This question is locked. New answers and comments are not allowed.
Hello,
I'm using Silverlight 2 and Telerik Q2 Silverlight component.
I see all Telerik demos and i have a problem on the RadGridView.
I would like to set for example 1000 results (by webservices) in RadGridView but only show 20 results in the grid.
There isn't properties to limit the number of rows...and the Datapager component is not available in Silv. 2, so I'm trying to develop my own paging system.
The problem is that the grid contains only 20 results, and the Filtering/Ordering system works only on these 20 and not the complete results (1000).
What do you suggest ?
I think the better solution is to upgrade my project in Silv.3 but my company have to buy Telerik Q3 ?
or Silv.3 and Q2 are compatible ?
The last solution is to implement the RadGridView Filtering/Ordering event to apply this on my complete data collection and return to RadGridView this collection splited in 20 result/page
Thanks
I'm using Silverlight 2 and Telerik Q2 Silverlight component.
I see all Telerik demos and i have a problem on the RadGridView.
I would like to set for example 1000 results (by webservices) in RadGridView but only show 20 results in the grid.
There isn't properties to limit the number of rows...and the Datapager component is not available in Silv. 2, so I'm trying to develop my own paging system.
The problem is that the grid contains only 20 results, and the Filtering/Ordering system works only on these 20 and not the complete results (1000).
What do you suggest ?
I think the better solution is to upgrade my project in Silv.3 but my company have to buy Telerik Q3 ?
or Silv.3 and Q2 are compatible ?
The last solution is to implement the RadGridView Filtering/Ordering event to apply this on my complete data collection and return to RadGridView this collection splited in 20 result/page
Thanks
