I'm new to telerik, so please excuse my ignorance on this subject. I have tried finding a solution and have some good leads from the resource availability demo. Perhaps there is an easy solution I am missing.
Here is some clarification.
By default, grouping by resource displays all resource values, making it difficult to view on screen if there are many. I would like to have the grouping show an optimal number of resource values with a forward and back button to cycle one at a time or page through all the values.
I have spent months developing a windows scheduler control similar to this web control and am extremely excited to test yours. It's great!
OK, my guess is that I need to override get resources, modify the select statement using page index and number of items, and do data binding before switching to the resource grouping view.
Maybe i can bind to a list of resource items, as well.
Anyone???
0
Dimitar Milushev
Telerik team
answered on 29 Oct 2007, 09:44 AM
Hello Scott,
RadScheduler does not support paging natively. You can indeed implement this by working with the Data Source and only retrieveing the Resources that need to be displayed.