Hi everyone,
I am using custom paging for a Radgrid and although everything seems to be working out fine, I can't get the VirtualItemCount attribute of the radGrid to obtain the real value of the records that are returned from the datasource.
The radgrid loads with a typical value that is hard coded and the one i assign programmatically appears after i click on another page.
I can see that it succesfully sets the correct value but i guess the grid is already loaded.
The grid is connected with a search form and this is a problem when the search query changes. The pager appears to have the same results as the previous query although the grid displays the correct ones. How can I resolve that?
Thanx, Maria.
I am using custom paging for a Radgrid and although everything seems to be working out fine, I can't get the VirtualItemCount attribute of the radGrid to obtain the real value of the records that are returned from the datasource.
The radgrid loads with a typical value that is hard coded and the one i assign programmatically appears after i click on another page.
I can see that it succesfully sets the correct value but i guess the grid is already loaded.
The grid is connected with a search form and this is a problem when the search query changes. The pager appears to have the same results as the previous query although the grid displays the correct ones. How can I resolve that?
Thanx, Maria.