justinmind-logo
 
Upvote 1

Dynamic height datagrid

Solved Victor Conesa 8 years ago

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)

Replies (2)
photo
1

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

photo
1

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?

Leave a Comment
 
Attach a file