Urgent... Regarding implementing infragistics webgrid with hierarhcy
-
hi all, i am using a infragistics web grid control in my asp.net 2003 page(c#). i need to diaplay the data in the hierarchical structure. i.e ( parent - child- grandchild). but i am able to display a single hierarchy ( paren - child). i am not able to implement a grand child hierarchy. can anyone suggest me the solution for this. And also i need to implement a hyperlink in my web grid cell to navigate another page when the user click on a particular hyperlink . Note: The grid structure is : --------------------------------- name id Edit -------------------------- - jhon 1 edit - michale 2 edit adam 3 edit when the user clicks on the edit button(hyperlink) i need to navigate to another page.
-
hi all, i am using a infragistics web grid control in my asp.net 2003 page(c#). i need to diaplay the data in the hierarchical structure. i.e ( parent - child- grandchild). but i am able to display a single hierarchy ( paren - child). i am not able to implement a grand child hierarchy. can anyone suggest me the solution for this. And also i need to implement a hyperlink in my web grid cell to navigate another page when the user click on a particular hyperlink . Note: The grid structure is : --------------------------------- name id Edit -------------------------- - jhon 1 edit - michale 2 edit adam 3 edit when the user clicks on the edit button(hyperlink) i need to navigate to another page.
Hi i had same requirement for that i have developed one custom control. Instead of using inbuild asp control you can develop your own control and can play with it as you want take a look at it and try to apply your logic http://www.15seconds.com/Issue/040421.htm
Thanks and Regards Sandeep If you want something you never had, do something you have never done!