Hello,
I have implemented several tables using grids throughout my project, and they are contained inside different panels in a tab container. Each of them has a column with the boolean format (a checkbox). My problem is that, whenever the user switches between tabs in the container, the boxes inside of the grid do not stay checked. Regular checkboxes remain checked, but ones inside the grid do not. Is there a way to fix this?
Thank you in advance