Hi,
Can anyone please share some sample code on custom paging for RadGrid in n tier architecture.
Right now I bind grid like this:
List<User> users = User.GetAll();
myGrid.DataSource = users;
What "options" do I have to add my "GetAll" method to allow paging, sorting, filtering etc. And which events of RadGrid I have to catch for such functionality. Thanks,
Kashif
Can anyone please share some sample code on custom paging for RadGrid in n tier architecture.
Right now I bind grid like this:
List<User> users = User.GetAll();
myGrid.DataSource = users;
What "options" do I have to add my "GetAll" method to allow paging, sorting, filtering etc. And which events of RadGrid I have to catch for such functionality. Thanks,
Kashif