Hi,
I would like to set RowHeader cells' width individually. I use below code;
But it seems this does not effect, somehow rendered output overwrites width value. I can see the cell property like style="width:105px;" with FireBug but computed values are different, actually wider. I need to fix this problem, because I have a cell that needs to be wider so that text inside this cell can be read. Please refer to attached image to see the problem. For example I set cell (line #1) width to 100px and cell (line #2) to 200px (so the text can be read) but no way. All my data and layout is as seen. How can I fix this problem?
TIA
I would like to set RowHeader cells' width individually. I use below code;
<telerik:PivotGridRowField DataField="INVENTSITE" Caption="Üretim Mer."> <CellStyle Width="105" /></telerik:PivotGridRowField>TIA