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

RadGrid is not rebinding when i enter text in filter

1 Answer 54 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Purnasekhar
Top achievements
Rank 1
Purnasekhar asked on 09 Jan 2017, 02:34 PM

Hi Team,

I can bind data to radgrid in page load. My grid having filters, if i enter text in filter it is working fine without RadAjaxLoadingPanel. If i use RadAjaxLoadingPanel with RadAjaxManager, Lodingpanel is going to display but data is is not going to populate based on filter textbox text.

In my case, Radgrid control is in this order :: RadSplitter-->RadPane-->RadTabStrip-->RadMultiPage-->Radgid.

Please find the attached screen shot.

 

 

Thank you in advance.

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 12 Jan 2017, 09:58 AM
Hello Purnasekhar,

If you are using Simple Data-Binding, please switch to Advanced Data-Binding where the DataSource of the grid is set within the OnNeedDataSource event:
Additionally, if you are using external filters you will have to set the AJAX settings of the RadAjaxManager to update RadGrid when a postback is initiated from the filters (or an external button).

Hope this helps.


Regards,
Konstantin Dikov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Purnasekhar
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or