TiamGrid enable AllowSelectRowByClick, HighlightRowOnHover
This commit is contained in:
parent
ccd20f13ce
commit
5ef6de08db
|
|
@ -94,6 +94,7 @@
|
||||||
KeyboardNavigationEnabled="true"
|
KeyboardNavigationEnabled="true"
|
||||||
EditMode="GridEditMode.EditForm"
|
EditMode="GridEditMode.EditForm"
|
||||||
ColumnResizeMode="GridColumnResizeMode.NextColumn"
|
ColumnResizeMode="GridColumnResizeMode.NextColumn"
|
||||||
|
AllowSelectRowByClick="false"
|
||||||
ShowFilterRow="true"
|
ShowFilterRow="true"
|
||||||
KeyFieldName="Id">
|
KeyFieldName="Id">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -241,6 +241,8 @@ namespace TIAMSharedUI.Shared.Components.Grids
|
||||||
//AllowSort = false;
|
//AllowSort = false;
|
||||||
|
|
||||||
TextWrapEnabled = false;
|
TextWrapEnabled = false;
|
||||||
|
AllowSelectRowByClick = true;
|
||||||
|
HighlightRowOnHover = true;
|
||||||
|
|
||||||
//var dataColumns = GetDataColumns();
|
//var dataColumns = GetDataColumns();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue