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

[Solved] paging problem with dynamic-populated RadGrid

1 Answer 117 Views
Grid
This is a migrated thread and some comments may be shown as answers.
sf
Top achievements
Rank 1
sf asked on 17 Aug 2009, 04:44 AM
in code behind i populate a radgrid with an objectdatasource based on a combobox selection. I enabled paging on the grid: AllowPaging="True"
PagerStyle-Mode="NextPrevAndNumeric"
 It all worked fine untill I clicked on page 2. once i clicked a page number the entire grid disappears. the text I specified in NoRecordsTemplate won't even show up. Please help....

Same symptom for Filtering and Ordering...

1 Answer, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 17 Aug 2009, 08:33 AM
Hi sf,

Most probably your grid is not bound using declarative data-binding or NeedDataSource. You can check our help and demos for more info - "Populating with data" category.

Kind regards,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
sf
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or