How do I control the columns display when displaying hierarchical data.
suppose I have 2 tables
Table1 {'ParentID', 'Name', 'Type'} and Table2 { 'FKReferenceID', AccountName, AccountNumber}
while displaying in grid, I dont want to display ParentID in Table1 and 'FKReferenceID' in Table2.
can somebody help me, how to do this please.
Thanks
I got it fixed it the other fourm my question
hierarchical set of datas ?
thanks for information, hope it will help in my future problems.
Manand
There are a couple of ways of accomplishing this.
I hope this helps.