i had gone through the link shared by you earlier, but it is not helping me for my requirement as follows,
i had a radgridview in my winforms and i am pulling the data from backend to dataset and i had only one table and need to bind the data to radgridview using on load demand while scrolling the gridview, As you shared the link earlier, i don't need to pull the data from child table and when i expand the row in primary table
Thanks in advance,
Sudarshan Gali
0
Accepted
Stefan
Telerik team
answered on 16 Aug 2012, 08:10 AM
Hello Sudarshan,
Thank you for writing.
RadGridView does not support the desired mode of load on demand. The available functionality is the one described in the article i.e. you load the initial data in the grid and then load the child template date upon expanding a row.