Hi
Issue1:
I am creating self hierarchy grid by using a list it's working fine,but when am generating same with data table it is throwing exception
No property or field '' exists in type 'DataRowView'.
In this scenario if i set EnableLinqExpressions="false" it is working fine,but it grid displaying parent and child hierarchy , problem is it is displaying child rows at parent level as well(two sets of child records one like parent-child relationship and second child records as normal records at parent level)
Issue2:
When I am creating self hierarchy grid with dynamic template columns(template columns are generated programatically )
not able to get hierarchy.
can anybody please suggest me..what is the problem.
Thanks in advance.
Issue1:
I am creating self hierarchy grid by using a list it's working fine,but when am generating same with data table it is throwing exception
No property or field '' exists in type 'DataRowView'.
In this scenario if i set EnableLinqExpressions="false" it is working fine,but it grid displaying parent and child hierarchy , problem is it is displaying child rows at parent level as well(two sets of child records one like parent-child relationship and second child records as normal records at parent level)
Issue2:
When I am creating self hierarchy grid with dynamic template columns(template columns are generated programatically )
not able to get hierarchy.
can anybody please suggest me..what is the problem.
Thanks in advance.