TiamGrid enable AllowSelectRowByClick, HighlightRowOnHover

This commit is contained in:
Loretta 2024-06-26 19:46:43 +02:00
parent ccd20f13ce
commit 5ef6de08db
2 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,7 @@
KeyboardNavigationEnabled="true"
EditMode="GridEditMode.EditForm"
ColumnResizeMode="GridColumnResizeMode.NextColumn"
AllowSelectRowByClick="false"
ShowFilterRow="true"
KeyFieldName="Id">

View File

@ -241,6 +241,8 @@ namespace TIAMSharedUI.Shared.Components.Grids
//AllowSort = false;
TextWrapEnabled = false;
AllowSelectRowByClick = true;
HighlightRowOnHover = true;
//var dataColumns = GetDataColumns();