| Author: Holly Chamberlain 09 Jun 2004 | Member Level: Bronze Points : 0 |
Hi - looks great, but could you please post an example of a complete tag for a column with the formating included? Thanks!
|
| Author: Sathy Ouan. 31 Aug 2004 | Member Level: Bronze Points : 0 |
Aloha Dotnet, Thank you for the helpful information. Keep up the great site. Thanks, Sathy Ouanesisouk
|
| Author: Lilla Botlik 12 Sep 2004 | Member Level: Bronze Points : 0 |
I have used this tag in some of my customized datagrid columns. The tag is called DataFormatString.
|
| Author: Mark Cutter 14 Oct 2004 | Member Level: Bronze Points : 0 |
The doc for BoundColumn.DataFormatString Property lists 7 Format characters and also refers to Formatting Overview which refers to Standard Numeric Format Strings, which describes the Percent format P. When I try to apply DataFormatString="{0:P00}%" to a bound column that has a value 0.2, however, I do not get 20.0000%. Instead I get the default generic format 0.20% Looks like it only accepts the 7 format characters in the original doc, in spite of references to the standard formatting strings. This is probably a bug. Any idea for how to get it to work?
|
| Author: ravi 16 Nov 2005 | Member Level: Bronze Points : 0 |
hi kindly help me to set the date format of hhh:mm in the data grid , And one more doubt this data formating expressions will get reflected while populating the data in the grid or while entering itself it will have the effect.
|
| Author: Senthil vel 11 Jun 2008 | Member Level: Gold Points : 1 |
hi, its nice..For a long period i was searching the solution for date format. finally i found it...{0:d} thanks ... Keep it up...
|