Replies: 1 comment
-
Currently, it's only possible to change column size on edit column, by using <DataGridSelectColumn TItem="UserViewModel" Field="@nameof(UserViewModel.RoleNames)" Caption="Roles" Editable PopupFieldColumnSize="ColumnSize.Is6"> Other than that, the only other way is to use EditTemplate for customization. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it possible to modify the popup Edit form in the DataGrid? Would be nice to be able to increase size, have 3 columns of items, etc.
Beta Was this translation helpful? Give feedback.
All reactions