i’m using a Telerik Radgrid on ASP.Net 3.5 and whenever I postback, the selectedindex is gone. I also used the NeedDataSource event to bind my data, and I do feel it may be related to that. is there a way to use both seamlessly without viewstate?
i’m using a Telerik Radgrid on ASP.Net 3.5 and whenever I postback, the selectedindex
Share
Regular postback should not fire NeedDataSource and rebind grid. If you sort, page, filter, etc. the grid, consider this solution.
Dick