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
334
How to enable/disable webgrid
posted

Hi,

I tried to enable/disable a webgrid, but I don't have good results.

I used:

uwg.DisplayLayout.ReadOnly = Infragistics.WebUI.UltraWebGrid.ReadOnly.LevelZero;

Disabled, perfect, but, How I enable this again?

I used:

uwg.DisplayLayout.ReadOnly = Infragistics.WebUI.UltraWebGrid.ReadOnly.NotSet;

I need to know how to enable/disable a webgrid using C# and JavaScript.

Someone?

 

Thanks.