rballman
27 Sep 2007, 10:56 AM
Hello all,
I just started using extjs about 5 days ago. I have a grid that gets xml data from an aspx page and it works great. What I want to do now is make one of the grid columns have more than one value so-to-speak. Below is what I want to accomplish:
GRID COLUMNS: CaseID, ClientName, DateCreated, Owners
Each column above is straight forward and only has one value, EXCEPT the Owners column. I want that column to spit out ALL owners related to that CaseID (maybe via another query?).
In asp.net I would just nest a Repeater inside a GridView. Can someone please send me in the right direction on how to accomplish this?
I just started using extjs about 5 days ago. I have a grid that gets xml data from an aspx page and it works great. What I want to do now is make one of the grid columns have more than one value so-to-speak. Below is what I want to accomplish:
GRID COLUMNS: CaseID, ClientName, DateCreated, Owners
Each column above is straight forward and only has one value, EXCEPT the Owners column. I want that column to spit out ALL owners related to that CaseID (maybe via another query?).
In asp.net I would just nest a Repeater inside a GridView. Can someone please send me in the right direction on how to accomplish this?