Am using the Telerik radgridview for my application. And i have set Post back to true...If i need Paging and sorting to be done for my gridview, its getting disappeared. So how can i set Paging and Posting in a grid view if Post back is set.
Attached to this message is a simple working project that demonstrates the needed approach. Please give it a try and let me know what is the difference in your case.
Yes i got it. i have gone through the example given at Telerik and read from some forums. and implemented the logic under gridview_needdatasource. And i got the result.