Hi,
I am using the Telerikgrid in my code to display the data. I have also implemented the SelectedItemsChanged event to handle and updating a value in the IEnumerable list. The problem which I am facing is the following:
When I am checking or unchecking the TelerikgridCheckboxColumn the SelectedItemsChanged event is firing only on the items which are displaying on the current page not the entire list.
I want this event should fire for all the items in the list not just on the current page.
Can you please help to fix this issue? Do I need to set some property of the Telerikgrid?
Thanks,
Afreen