Dynamic height datagrid
I want to create a datagrid with rows having an 'expand' button, which when pressed expends the current 'row'. However, that seems to be impossible. Isn't it?
The solution should use Datagrid (cause of the layout) and Data Master (cause of dynamic data)
Hi Bart,
You can create a normal Data master, and then, once the data list or data grid is placed on the canvas, add a button inside Current_row (Data list) or Grid_cell (Data grid) and create a Resize event on the button with the current_row or grid as the outline.
Best,
Lidia
Hi Bart,
You can create a normal Data master, and then, once the data list or data grid is placed on the canvas, add a button inside Current_row (Data list) or Grid_cell (Data grid) and create a Resize event on the button with the current_row or grid as the outline.
Best,
Lidia
I have the same issue. If I try that solution, it resizes ALL rows, not just the one where the user clicked. Any solution to that?
I have the same issue. If I try that solution, it resizes ALL rows, not just the one where the user clicked. Any solution to that?
Replies have been locked on this page!