Jun 19, 2014, 7:53 PM
about hierarchy table column
I am right now working on creating a grid with hierarchy column. By saying hierarchy, I mean by default I will show contents in the first column and leave column 2 and 3 blank. Column one is my wildest category(e.g. nations), column two narrower category(e.g. states) and column three the narrowest(e.g. city). After clicking on one cell in column one, column two will show all states in that selected nation and column three will show all cities if any cell is selected in column 2.
In which way I can achieve this? I've been looking through the demos and documentation and didn't find anything in grid panel that can do this. I don't think tree structure is the way to go, either.
I appreciate your help. Thanks!
In which way I can achieve this? I've been looking through the demos and documentation and didn't find anything in grid panel that can do this. I don't think tree structure is the way to go, either.
I appreciate your help. Thanks!
Last edited by hy1990; Jun 19, 2014 at 8:00 PM.