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.
hii,,
in my page i have two web panels panel1, panel2 and a webgrid in panel2 on collapsing panel 1 i have to change the height of webgrid in panel2 using java script.. plz can any one help me how can i do this??
thanks in advance