Enhance grid functionality in EnvelopeSenderPage
Added support for column reordering, sorting, and resizing in the grid: - Enabled `AllowColumnReorder` for column reordering. - Enabled `AllowSort` to allow sorting of grid columns. - Set `ColumnResizeMode` to `GridColumnResizeMode.ColumnsContainer` for improved column resizing behavior.
This commit is contained in:
@@ -122,6 +122,9 @@
|
||||
@ref="_gridActive"
|
||||
ShowFilterRow="true"
|
||||
ShowSearchBox="true"
|
||||
AllowColumnReorder="true"
|
||||
AllowSort=true
|
||||
ColumnResizeMode="GridColumnResizeMode.ColumnsContainer"
|
||||
PageSize="20"
|
||||
PagerVisible="true"
|
||||
SelectionMode="GridSelectionMode.Single"
|
||||
|
||||
Reference in New Issue
Block a user