Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1597
Clearing ReadOnly property from grid
posted

I have infragistic 6.3 version

make grid read only by setting

ultraGrid1.DisplayLayout.ReadOnly = ReadOnly.LevelZero;.

grid become readonly as i want

then try to user

 ultraGrid1.DisplayLayout.ReadOnly = ReadOnly.NotSet;

and rendered page to remove read only property but still grid is read only

whts the other solution to make grid editable.