Dynamic Root List - Data Binding with DevExpress Blazor DataGrid #4389
Replies: 1 comment
-
The purpose of The original behaviors were all built for Windows Forms and the built-in data grid control. That was the The
It is up to you to identify the events raised by the data grid control, handle those events in your code, and invoke the appropriate method as listed above to tell your dynamic list object to do the right thing. |
Beta Was this translation helpful? Give feedback.
-
Dears,
I'm working on a CSLA Application and I would like to use a Dynamic Root List as Business Object to bind with a DevExpress Blazor DataGrid. How this can be implemented ? The Dynamic Root List implement a kind of INotifyPropertyChanged like it is in MVVM pattern with WPF or the implementation is different ? The instance of the Business Object should be link to the Data attribute of the DataGrid ?
(Version .net 8 & Blazor CSLA 8)
Beta Was this translation helpful? Give feedback.
All reactions