improvements, fixes
This commit is contained in:
parent
baaceacdd3
commit
06c266cc78
|
|
@ -253,7 +253,7 @@ public abstract class MgGridBase<TSignalRDataSource, TDataItem, TId, TLoggerClie
|
|||
protected PropertyInfo? GetDataItemPropertyInfo(string propertyName)
|
||||
=> typeof(TDataItem).GetProperty(propertyName);
|
||||
|
||||
private async Task OnCustomizeEditModel(GridCustomizeEditModelEventArgs e)
|
||||
protected virtual async Task OnCustomizeEditModel(GridCustomizeEditModelEventArgs e)
|
||||
{
|
||||
var editModel = (e.EditModel as TDataItem)!;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue