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
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
Hello, I am having the same requirement. Did you find a workaround to this issue?