PDA

View Full Version : Wana use/develop TreeTable grid component


rojar
05-15-2008, 02:10 AM
Hi,

I am tring to extent EXt gridPanel to tree table. just like you have done.

How should I proceed.

And if I wana use your treetable component how should I proceed.

Want my grid rows(with expandable sign) to be expandable to child rows and so on up to leaf nodes gird rows.


Thanks :)

rojar
05-15-2008, 05:34 AM
Hello,

Nice work done dudes.

I need to use your treeGrid/treeTable component to represent (parent-clild relationship) structure of data.
Tell me how should I proceed if I can?


waiting for your remarks

Thanks:)

jratcliff
05-16-2008, 05:37 PM
Where's your data coming from? The data we are displaying in a treeGrid/treeTable format is just a domino categorized view. So is it a categorized view that you want to display? Or a view with response docs?

~Jack

rojar
05-18-2008, 11:27 PM
Thanks for your response Data in my case is coming from webserver in xml form which till now I displayed in Ext Grid. Now when there is need to display data in a grid in terms of parent-child hierarchy I have no such component in Ext so that I can represent parent - child relationship in treeGrid just like you have done.

How can I customize the gridPanel so that I can also work with treeGridPanel just like you do.
Any help or knowledge share will be appreciated.

Thanks...

RWaters
05-19-2008, 12:48 PM
Thanks for your response Data in my case is coming from webserver in xml form which till now I displayed in Ext Grid. Now when there is need to display data in a grid in terms of parent-child hierarchy I have no such component in Ext so that I can represent parent - child relationship in treeGrid just like you have done.

How can I customize the gridPanel so that I can also work with treeGridPanel just like you do.
Any help or knowledge share will be appreciated.

Thanks...

Sounds like there may be some confusion here. Our current 'treeGrid' example is not technically dealing with the hierarchical data client side, and is very specifically geared to the Domino backend. Jack managed to get a version together by rendering a special column that has a click handler to send back a request to the server a position parameter and it sends back a new set of data for the entire grid to display. We hope in the future to write a full custom TreeGrid component that would make proper calls and allow for multiple sections to be expanded at a time, as well as work with other non-Domino backends

rojar
05-20-2008, 12:12 AM
Thanks for such nice comments.
I appreciate it.

thanks again...:)