Hi everyone,
I created a grid which contains a column of subgrid type and other text value columns.
When I update the other text value columns, the update request sent from the grid to the server sometime includes the visible value of the cell, but sometimes it sends the id of the subgrid record instead.
How can I make sure that everytime the grid send out the id of the subgrid record instead of the visible value when I change the value of the other columns?
Thank you.