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;
These properties must be set on the server. They control what HTML is rendered for the grid at the time of rendering.