Don't set the grid into adjust size for RO Tables
This commit is contained in:
parent
e9b3cd91e2
commit
a1deb2a0ff
@ -83,7 +83,7 @@ namespace Volian.Controls.Library
|
||||
if (MyStepPanel.DisplayItemChanging) return;
|
||||
MyStepRTB.MyItemInfo = MyItemInfo; // should be in vlnFlexGrid
|
||||
MyStepPanel.SelectedEditItem = this;
|
||||
if (MyFlexGrid.IsRoTable || !UserInfo.CanEdit(MyUserInfo,MyDVI))
|
||||
if (!UserInfo.CanEdit(MyUserInfo,MyDVI))
|
||||
{
|
||||
MyFlexGrid.Cols.Fixed = MyFlexGrid.Cols.Count;
|
||||
MyFlexGrid.Rows.Fixed = MyFlexGrid.Rows.Count;
|
||||
|
Loading…
x
Reference in New Issue
Block a user