Hi Muhammad,
We are glad to announce that our weekly patch release V19.4.42 is rolled out and fix for the reported issue has been included in this release. Please see the following code example and sample to increase the column width for the first column.
Code Example:
|
<SfPivotView TValue="PivotVirtualData">
<PivotViewEvents TValue="PivotVirtualData" BeforeColumnsRender="BeforeColumnsRender"></PivotViewEvents>
</SfPivotView>
private void BeforeColumnsRender(ColumnRenderEventArgs args)
{
args.Columns[0].Width = "300";
} |
We thank you for your support and appreciate your patience in waiting for this release. Please contact us if you require any further assistance.
Regards,
Manikandan