Hi
I have a RadGrid setup with AllowMultiRowSelection="true", AllowRowSelect="true", EnablePostbackOnRowClick="true" and an OnSelectedIndexChanged event. This works great when I select any individual row but I need that even to fire when you use the select all option that appears in the header. Is there any way to achieve this effect?
Thank you