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
845
Set UltraWebGrid Properties from javascript.
posted

There are a way to set this properties of the UltraWebGrid using javascript?

            _gridControl.Browser = Infragistics.WebUI.UltraWebGrid.BrowserLevel.DownLevel;
            _gridControl.DisplayLayout.ReadOnly = ReadOnly.PrintingFriendly;