Hi,
Does kendoGrid support merged cells?
Specifically, merging the column data if it is same in the successive rows.
By merging, one can choose not to show (or in a lighter color) the column data in a successive row if it is same as the previous row.
Example:
Column1 Column2 Column3 Column4 Column5
R1C1 R1C2 R1C3 R1C4 R1C5
R1C1 R2C2 R2C3 R2C4 R2C5
R2C1 R2C2 R2C3 R2C4 R2C5
Italicized row 2 column 1 cell R1C1 is a merged cell and it may not display the cell value when it is merged because its column value is same same as the previous row.
Please let me know if this can be done with kendoGrid.
Thanks.
B.Manohar
Does kendoGrid support merged cells?
Specifically, merging the column data if it is same in the successive rows.
By merging, one can choose not to show (or in a lighter color) the column data in a successive row if it is same as the previous row.
Example:
Column1 Column2 Column3 Column4 Column5
R1C1 R1C2 R1C3 R1C4 R1C5
R1C1 R2C2 R2C3 R2C4 R2C5
R2C1 R2C2 R2C3 R2C4 R2C5
Italicized row 2 column 1 cell R1C1 is a merged cell and it may not display the cell value when it is merged because its column value is same same as the previous row.
Please let me know if this can be done with kendoGrid.
Thanks.
B.Manohar