I have a situation where one column can have either dollar amounts or plain decimal amounts (these are used as multipliers) and I need to change the DataFormatString for the cell based on the value of another cell in the row.
We are binding the grid in the OnNeedDataSource event to a IList<>. I've looked at the ItemDataBound event walk throughs but I can't seem to figure out how to access the DataFormatString.
How can I do this?
Thanks
Curtis
We are binding the grid in the OnNeedDataSource event to a IList<>. I've looked at the ItemDataBound event walk throughs but I can't seem to figure out how to access the DataFormatString.
How can I do this?
Thanks
Curtis