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

"No records to display" with radGrid

1 Answer 237 Views
Grid
This is a migrated thread and some comments may be shown as answers.
October83
Top achievements
Rank 1
October83 asked on 14 Jun 2011, 04:59 AM
HI,

I have a radGrid + TextBox + Button.

1. Now,  click to Button for search data.

2. If Textbox value is empty then Grid show all data correct and Event Grid PageIndexChanged is ok.

3. If Textbox value is not empty then Grid show "Condition data" correct.

4. When Textbox value is empty, i bind data to grid by click button search, grid show data correct. Now,  I change index page  grid (ex: page 3..) and enter value to textbox and click to button search --> RadGrid displays "No records to display" when the records exist.

I worked with RadGrid 2009 Q1 and bind data to Grid simple bind.!

Please help me  .!

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 14 Jun 2011, 06:06 AM
Hello,

In order to implement features like paging and sorting, use AdvancedDataBinding using NeedDataSource. Check the following help documentation which explains more about this. Hope this helps.
Advanced Data-binding (using NeedDataSource event)

Thanks,
Princy.
Tags
Grid
Asked by
October83
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or