Hi,
I have a Master-Detail grid and I'm trying to implement paging with OnDemandLoading. I took the sample in the SampleBrowser_2013 solution to achieve this and I modified the code to get the data from my data source (I mean it's almost the same code, just the data source is different), but I have two problems:
1. The data is not shown at first time, it's shown until the second time I navigate to the page.
2. For example, if the page size is 10, and the last page just have 6 items, the datagrid loads 4 empty rows (because of page size), but I don't want the datagrid loads those empty items. How can I do that?
Thank you!