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.
Let me put it in simple words.. If i use a hierarchial grid, can i format the appearance of the child grid? Usually, the data displays below the parent row and spans across the full grid, can i hide some columns in the child grid?
Hope this is clear..
I'm not quite sure what the question is. You can hide individual columns through the Hidden property of the column. I also don't really know what you mean by the "column which has the CreationFilter"; the CreationFilter is applied to an entire grid.
-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
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.