Hey
I'm using Kendo Hierarchical grid, just as one of listed in your demos (http://demos.telerik.com/aspnet-mvc/grid/hierarchy). My issue is, I want to apply a filter on one of columns (on parent grid) such that it will also be applied on Child grid column. My issues are:
1. How do i know if there is filter applied on parent grid column, since there is no such even handler for filter on grid.
2. I want to data appear in child grid columns(if exists), even if entry doesn't exist on parent grid column
I did some experiments by passing the filter collection from parent grid to child grid (since both have similar schema), but again, but couldn't sort out the answers for those two questions
Thanks
Abdul Rehman
I'm using Kendo Hierarchical grid, just as one of listed in your demos (http://demos.telerik.com/aspnet-mvc/grid/hierarchy). My issue is, I want to apply a filter on one of columns (on parent grid) such that it will also be applied on Child grid column. My issues are:
1. How do i know if there is filter applied on parent grid column, since there is no such even handler for filter on grid.
2. I want to data appear in child grid columns(if exists), even if entry doesn't exist on parent grid column
I did some experiments by passing the filter collection from parent grid to child grid (since both have similar schema), but again, but couldn't sort out the answers for those two questions
Thanks
Abdul Rehman