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"
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...
