Hi,
On my grid, I hide 2 columns when printing using toolbar click event en print complete event to show the columns again when print completes.
I need to set the value of a third column to be a blank value. The grid's datasource sets the value of this column (let's call it OrderQty) to 0 from local data. When printing, this value must be set to null for the printing action. Once print completes, the value must be reset back to the original value from the data source.
Is this possible?