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"
|
@ref="_gridActive"
|
||||||
ShowFilterRow="true"
|
ShowFilterRow="true"
|
||||||
ShowSearchBox="true"
|
ShowSearchBox="true"
|
||||||
|
AllowColumnReorder="true"
|
||||||
|
AllowSort=true
|
||||||
|
ColumnResizeMode="GridColumnResizeMode.ColumnsContainer"
|
||||||
PageSize="20"
|
PageSize="20"
|
||||||
PagerVisible="true"
|
PagerVisible="true"
|
||||||
SelectionMode="GridSelectionMode.Single"
|
SelectionMode="GridSelectionMode.Single"
|
||||||
|
|||||||
Reference in New Issue
Block a user