Hello
I would like to know if there is a way I can layout a row so that there would be a row of buttons in a row details section that is hidden until the user clicks on the row, then the row details section would become visible where they could access a set of functions that can be performed on that row. I am using the UltraGrid from version 11.2. I know I can template out the row and have the buttons visible at all times easily enough, I don't want them displayed unless the user selects that row...
Thanks for your time and ideas,
Patrick
Hello Patrick,
If you need any additional assistance don’t hesitate to ask.
Regards
Hi Patrick,
I can't think of any good way to do this. All of the rows in the same island of data have to have the same columns. You could have a cell in the grid with button in it and hide that cell for some rows, but there would always be a space where that cell would have been, anyway.