The web data grid header columns need to be mergedand the header column should have hyder link.
Below is the sample view of my req:
YEAR
QTR 1
QTR 2
QTR 3
QTR 4
1
2
3
4
5
6
7
8
9
10
11
12
How we can add attributes for the cell item.
e.Row.Items[3].Column attribute property is not there.
Please help.
Arun
Hello, I am having the same requirement. Did you find a workaround to this issue?
Hi,
Right now it is not currently possible to have merged headers. This is in our back log currently. I'm not sure what Column.Attributes should be. It is possible to have a hyperlink column by supplying a template id to the header object of a bound data field or by using a template data field.
regards,
David Young
Hi there, look what I have found. This seems to do the trick for me:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.1/CLR3.5/html/WebGrid_Using_a_Multi_Column_Header.html
I have no need for hyperlinks in the header but adding merged headers fulfills my need.
That will certainly work, but starting with 11.2, the UltraWebGrid will be retired and will no longer ship. It is planned to try to get this feature into the WebDataGrid however.
-Dave
Ah, ok. Sorry for the misunderstanding. I did not realized we were referring to two different controls. Well, I guess I can use UltraWebGrid for this screen instead of WebDataGrid.