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
Oh! We are working on 10.2 and planning to move to the latest version. So you're telling me that there won't be a WebDataGrid control available in the latest version?
The control that you referenced in the help article is the UltraWebGrid. This will be retired starting in 11.2 (11.1 was its last release). It will be supported in Service Releases so long as 10.3 and 11.1 have them. The WebDataGrid is the newer control and we have no plans to drop support for it at this time. So if you upgrade to 11.1, you will be fine with that code, but not once 11.2 rolls around.