I have a listgrid with two fields: boolean1, string1 and a recordClick function which goes back to the server, does some calculations and changes data for the listgrid. Once back in the browser, we have code to send a fetch request for the new data. Nevermind WHY such a process is done, the problem is that my string1 gets updated in the listgrid, but the checkbox does not. In my transformRequest I check the data of boolean1 and it is the data that I have set it to but it is not the case on the listgrid.
I am using SC8 build May29
I am using SC8 build May29
Comment