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