BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Query |
Solution |
First I am able to load the grid with the rows inside it and by default all the checkboxes are false/unchecked boxes are shown on the grid(1 image for reference). |
The checked state of the checkboxes will be decided based on the underlying value of that specific column. As per your code snippet, if the value of the Activate field in the underlying record is true, then the checkbox will be in checked state. |
After checking a row true the data is updated in the backend and then the checkbox is checked in the display also it's little grey. |
By default, the checkboxes will not be like this as you shown in the screenshot. It will be as given in the following image.
Please let us know if you have any style customizations or applied any visual styles for the grid in your application. |
I move away from the page and then go back to the page which loads all the data and now the checkbox will be set to true i.e, checked in the UI but after loading data the checkbox is invisible(3rd image for reference). |
We are unclear about the issue replication. Please provide more detailed information to replicate this issue. If possible, provide us sample to replicate this issue in our end. It will be helpful for us to find the exact cause for the issue and to provide a proper solution at earlier. |