参考部分代码如下:https://docs.devexpress.com/Blazor/401986/getting-started/install-components-and-c...
I also tried with GetRowCellValue instead of EnsureRowLoaded, like this:C#public async Task<TProperty> GetRowCellValueAsync<TProperty>(int rowHandle, string fieldName) { TaskCompletionSource<TProperty> taskCompletionSource = new TaskCompletionSource<TProperty>(); object value = GetRowCellValue(rowHandle, ...