I have an ASPxGridView and 2 radio buttons on my project. When I change selection of the radio button group, it changes the select command of the data source. After that, when I clicked on 2nd page, the data source’s select command changes into previous situation.
Here is the example..
http://www.2shared.com/file/HwnBYcFS/WebApplication8.html
Note: When the page loads data source filters ‘Neo’s, click on the “All” radio button, and change the page.
Thanks for answers..
1.add init event handler to grid
2.implement init event handler
3.Change custom callback handler
4.use CheckedChange client side event instead of gotfocus