Hi,
I have a radgrid with three level of data. I use the event NeedDataSource and create 3 Datatable for each level which I fill with the nedded data. I then bind those datatables with each DetailTables of the radgrid. Everything works fine except that there is no paging for the level 2 and 3 of data.
I'm wondering if I'm missing something cause the demo uses DataSourceID in the aspx page and i'm binding everything in codebehind.
I have a radgrid with three level of data. I use the event NeedDataSource and create 3 Datatable for each level which I fill with the nedded data. I then bind those datatables with each DetailTables of the radgrid. Everything works fine except that there is no paging for the level 2 and 3 of data.
I'm wondering if I'm missing something cause the demo uses DataSourceID in the aspx page and i'm binding everything in codebehind.