Hi,
I m having a radgrid with first column is bound column and some template columns. I have merged the grid, Its merging the bound columns correctly if previous item & current item are same,in same merge code i am making template column rowspan incrementing by 1 by disabling the controls in template column.Now Template column is merging and controls are also disabling but extra columns are repeating based on merge of previous column (Extra borderlines is appearing after applying custom skin for radgrid).
Ex:
Before Merging
Boundcolumn TemplateColumn
901 label,textbox
901 label,textbox
After Merging I m getting like
BoundColumn TemplateColumn
901 Label,textbox extracolumnborder lines
Note:
Thanks & Regards,
Siva Prasad
I m having a radgrid with first column is bound column and some template columns. I have merged the grid, Its merging the bound columns correctly if previous item & current item are same,in same merge code i am making template column rowspan incrementing by 1 by disabling the controls in template column.Now Template column is merging and controls are also disabling but extra columns are repeating based on merge of previous column (Extra borderlines is appearing after applying custom skin for radgrid).
Ex:
Before Merging
Boundcolumn TemplateColumn
901 label,textbox
901 label,textbox
After Merging I m getting like
BoundColumn TemplateColumn
901 Label,textbox extracolumnborder lines
Note:
- Extra column border lines are appearing after applying custom skin for grid.
Give me any suggestions or sample code to solve the above problem..
Thanks & Regards,
Siva Prasad