Hi,
I am struck with a problem that i want to achieve self referencing hierarchy using rad grid but when i bind grid with data source with grid it bind records but not correctly.
For example Emp1 has null parent and emp2 has parent value of emp1. so records must be look like as follow
emp1
emp2
but it shows like follow
emp1
emp2
emp2
Look emp2 display as child as parent as well. which is not correct format. i dont know what i am missing.
I am following complete example given in below link http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/selfreferencing/defaultcs.aspx
Please help...
one more question that is it possible to implement paging in self hierarchy grid????????
waiting for your reply... thanks in advance..
I am struck with a problem that i want to achieve self referencing hierarchy using rad grid but when i bind grid with data source with grid it bind records but not correctly.
For example Emp1 has null parent and emp2 has parent value of emp1. so records must be look like as follow
emp1
emp2
but it shows like follow
emp1
emp2
emp2
Look emp2 display as child as parent as well. which is not correct format. i dont know what i am missing.
I am following complete example given in below link http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/selfreferencing/defaultcs.aspx
Please help...
one more question that is it possible to implement paging in self hierarchy grid????????
waiting for your reply... thanks in advance..