Hi:
I am building a RadGrid programatically from data read from a backend CRM system. The codebehind file builds a dataset and binds to the Radgrid. Can anyone provide an example on how I can set the format of the columns in the Codebehind file? I need some columns formatted as currency, some as percentage, etc. I tried using
RadGrid1_ColumnCreated
RadGrid1_ItemDataBound
but neither worked.
Thanks for any and all input.
John.