10-04-2012 09:03 AM - edited 10-04-2012 09:05 AM
Is there any reference about string formats for columns in datagrids? i have lmited experience formating and have seen some examples but should be some reference guide isn't?
Right now, I'm using $%.2n to display $1,2345.12, and I've seen $#,#0.00 and it does work as well. however, first choice let you add one space (or several) and "indentn" or leaving a space in between your number and the line in the datagrid, but I can not do the same on integers because I donl't know the right format string.
Please help...