Hi,
I am currently using the NetAdvantage 2008 UltraWebGrid. I have altered the grid, so that it doesn't display scrollbars, but rather, adjusts it's size according to the browser (and displays scrollbars appropriately). This was quite simple:
UltraWebGrid1.Width = Unit.Empty;
UltraWebGrid1.Height = Unit.Empty;
The problem is that the grid header isn't fixed. I actually need to create a fixed, multi-line header. Is it possible to do this under the circumstances detailed above.
Thanks!
Please let me know the feasibility of the same.
hi..
i have achieved geting the fixed header and the first two fixed columns and both vertical & horizontal scroll bars. but now the problem is : i needed the hoizontal scrollbars at bottom of the ultrawebgrid to get visible only after the second fixed column.
since the first 2 columns are fixed, there should not be any scroll bar horizontal visible under column1 and column2. The horizontal scroll bar should appear under only scrollable columns and not under the fixed column.
The same i require in case of header and fixed rows also, ie, the scrollbar should appear only corresponding to scrollable rows.
Please suggest some solution to this.
Thanks in advance, Charu
Can someone expand on the limitations to using fixed, multiline headers? It seems difficult to have the fixed & scrolling headers line up, especially when the header text is long and has to wrap.
Guys I need some help here with something very basic and similar.
I have an ultrawebgrid and all I am trying to do is fix the headers on scroll.
I am using V6.3. VB.net asp.net 1.1.
to start with here's what i have used already and doesnot work.
1.
UseFixedHeaders
="True" StationaryMargins="Header"
2. in InitializeLayout:
grdmain.DisplayLayout.StationaryMargins = Infragistics.WebUI.UltraWebGrid.StationaryMargins.Header
and
e.Layout.UseFixedHeaders = True
I was wondering if there is any property which is preventing the fixed headers.
here's my displaylayout tag
<
="20px"
="Separate"
="Fixed"
="RowSelect">
Also example of a column tag that i am using.
="65px"
="State">
>
="">
Please help me.
Thanks in advance.
Thanks, I have solved my problem while going thru this blog post.