Monday, November 03, 2008

Lame

So telerik has me grinding my teeth again. Who would really want to stay on page 2 after a data rebind?? Should this not be a default? This came out of the default being to display page 2 of a 1 page radgrid after a page forward

"
Hi sortagreen,
To reset the page index for the grid when you change the selected item in the dropdown (and the data source for the grid respectively), merely set <RadGridInstance>.MasterTableView.CurrentPageIndex = 0 before the call to the Rebind() method of the control.
"

No comments: