Hi,
I am trying to load my boolean data to a grid. all the row column (HasAccess) data is true.
The grid calls the api function twice. on the first call to the dataManager, it is able to populate the row checkboxes with checks, but on the second call it deselects all checkboxes, even though the data being mapped is identical.
first call:
all objects there has value HasAccess = true.
second call:
all rows get uncheck:
I also double checked:
Can you please help me figure this out. Thank you so much.