Hi Maria,
It can be done using the RadListview events . But like i mentioned in my previous post i want a page level event not control level event to set the disable property. I want to make my radlistview to be in read only mode. And i have many radlistviews in different pages of our application. It becomes really complex to edit the all pages and keep on modifying the ItemCommand events of all radlistviews. This the reason i am looking for a PageLevel event so that i can inherit all the RadListview containing pages from it. please let me know is there any PageLevel event that triggers right after the "RadListviewPage index changed" where i can find the controls of RadListview and set their states?