Is there a way to show a wingrid just below a row of another wingrid?
The scenario is with respect to usability. I have a column in a grid which displays a button (basically column style is set to button). On click of this cell, i should display another grid, just below the row that the user clicked. It cannot be hierarchial as the reference would NOT be to the first column. The catch is to display below the row..
Appreciate any help.
There is no way to do this without using a hierarchical relationship (and even this wouldn't display a completely separate grid). I'm not even sure that this would be possible with a CreationFilter, since the scrolling behavior would likely be broken by manipulating all of the various row element rects.
-Matt
Ok,. Is there a way to hide child columns that i build. I'm trying to format the apperance which gives the appearance as a new grid. In doing so, i have to move the columns just below the column which has the CreationFilter. So idea is to add couple of dummy columns and hide it.
Any help is appreciated!
Thanks