You can access the control in ItemCreated event and set the property as per your requirement. Take a look at the following documenattaion. Referencing controls in grid row/edit form
Hi,
I googled and find that we have to set 'Dataformatstring' for each column inorder to display data in a formatted way.
I have set the dataformat string for each column but still the comma separator is not coming .Is there any thing else which we have to set for making the vlaues inside the grid formated.
Hi All,
I solved it.In Mycase I have to use export functionality also.So I always convert the value from List to datatable and the bind the datatabel to grid.This was causing problem.
Once I bind the grid with the list every thing is working fine.Comma separators are coming properly.
Thanks,
A2H