Radzen DataGrid data doesn't update (cache)

Greetings,

I've been doing the CRM Demo and the Users table (Identity) doesn't update visually. After debug I understand that the problem is only in the interface since the database is actually being updated correctly.

protected async System.Threading.Tasks.Task Load()
        {
            var securityGetUsersResult = await Security.GetUsers();
            users = securityGetUsersResult;
        }
    protected async System.Threading.Tasks.Task Grid0RowSelect(ApplicationUser args)
        {
            var dialogResult = await DialogService.OpenAsync<EditApplicationUser>("Edit Application User", new Dictionary<string, object>() { {"Id", args.Id} });
            await Load();

            await grid0.Reload();
        }

This code was the original from the original Demo. Anyone encountered this situation?

Thanks in advance

2 weeks without answer ?

The answer from Radzen team is guaranteed only for Radzen customers. Check the forum FAQ for reference.

I'd think that whatever answer I get to my new post - https://forum.radzen.com/t/dropdown-allowclear-doesnt-fire-event/5546/3

Should help...

1 Like