This is a migrated thread and some comments may be shown as answers.

RadGrid Postback Issue

2 Answers 67 Views
Grid
This is a migrated thread and some comments may be shown as answers.
sirisha
Top achievements
Rank 1
sirisha asked on 03 Mar 2011, 10:33 PM
I'm using a radgrid in a usercontrol which is loaded based on parentpage control event.
Data is loaded to the grid based on buttonClick event inside the user control.
I'm using AjaxManagerProxy in the usercontrol which updates the Grid itself on any grid events.

When I try to sort or filter or group the grid does not return any records.

2 Answers, 1 is accepted

Sort by
0
Accepted
Pavlina
Telerik team
answered on 04 Mar 2011, 09:55 AM
Hello Sirisha,

Can you please verify that you are using advanced binding with NeedDataSource event handling or assign a data source control for your grid?  Keep in mind that simple data-binding through the DataBind() method can be used in simple cases when you do not require the grid to perform complex operations such as grouping, sorting, filtering etc.

Best wishes,
Pavlina
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
sirisha
Top achievements
Rank 1
answered on 15 Mar 2011, 08:44 PM
Thank you..it worked when i used needdatasource.
Tags
Grid
Asked by
sirisha
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
sirisha
Top achievements
Rank 1
Share this question
or