Formating BoundColumn Items

  • Thread starter Thread starter Fabiano
  • Start date Start date
F

Fabiano

Please,

i have a datagrid with columns binded to a DB.
I need to show a specific column like 123.423-12

how can i do this? I tryed to use DataFormat property of the BoundCollumn
with no sucess.

Tks in adv.

Fabiano
 
Hi Fabiano,

try using a template column and then format it as required.

HTH.

Kaustav Neogy.
 
Back
Top