Hi ,
I'm binding a hierarchical grid in javascript using json data source. It works fine when I use child grid paging as type:'local'.
But we have a requirement to do child grid paging on remote site. When I tried to used type:'remote', it load the parent grid with child grids but shows an error when try to change child grid page. Error is in infragistics.js file "input data doesn't match the schema, the following field couldn't find..."
Please note:
Please advise any help. We don't find hierarchical grid remote paging in API.
Regards,
Jasdeep
Hi Ecatenate,
thanks for using IgniteUI!
I tested the described scenario but wasn`t able to reproduce the issue. No such an error was shown when navigating through child grid`s pages.
Can you please provide an isolated sample that represents this behavior - this would be of a great help in investigating the question.
I am looking forward to hearing from you,
Regards
Alexander Marinov - Associate Software Engineer in Test
Hi Alexander,
Thanks for your reply. Could you please confirm the paging type of child grid is REMOTE in your test scenario?
I'll send you the sample code.
Hello Jasdeep,
Thank you for your update.
By your description the igHierarchicalDataGrid is bound to json data source in javascript.
I recommend you reading the article for igGridPaging
http://help.infragistics.com/NetAdvantage/jQuery/2013.1/?page=igGrid_Paging.html
Remote paging makes sense when you have remote dataSource.
Why you want to have remote paging in your scenario?
Hope hearing from you.
Please do not hesitate to contact us if you have any further questions regarding this scenario.