How to create reduce/expand arrow in matrix/grid(pivot table)?
cedric therency
i want to create a matrix/grid where i can expand/reduce (show/hide) rows when i click on a reduce/expand arrow linked to a docNum. (as a pivot table in fact)For example the attach file.
Thanks in advance!
Attachment
[url=http://www.coresystems.ch/wp-content/../wp-content/forum-image-uploads/cedricw3c/example.jpg]example.jpg[/url]
cedric therency
In fact i want to create categories in a matrix/grid.Manuel Marhold
Hi,you can do this onyl in a grid.
You can set the number of expandable columns, beginning from the left.
Michael Hubenschmid
Hello Cedric,on your Button you have to write an Click Event Handler within you call somthing like:
grid.CollapsLevel = 1
for expanding and:
grid.CollapsLevel = 0
for reducing.
Kind Regards
Michael Hubenschmid
0
Please sign in to leave a comment.
Comments
0 comments