Hello.
I experience issue with the radzen selectable datagrid.
I am owner and developer of Microsoft Dynamics 365 CRM application. To make some things easier, I created tool for copying system configurations between environments(Development, Preproduction and Production).
- I run blazor application with radzen datagrid. Data are loaded via DBContext and LoadData approach. Then I select datarow to copy from DEV to PROD. It works fine, data are transfered to production environment.
- Then I would like to change in example description of the datarow. I do it in the MS Dyn CRM. Then refresh datagrid using:
await sysConfGrid.Reload();
The grid refreshes. - But when I try to update the data on production again, I still see old description in the selectedRows iList.
Please, do you know, why the selectedData list in the grid are not reloaded when the grid is reloaded?
Thanks for advice.