Decimal cell alignment

I'm interested in using a cell as a numerical value that is aligned on the decimal place similar to the html td style="text-align:'.'".

Is there anything available?


1 Reply

AD Administrator Syncfusion Team May 28, 2008 12:28 PM UTC

There is no property setting to manage this requirement, but you can subscribe to the DrawCellDisplayText event and manually align the text there. Here is a minimal sample that does something like this.
http://www.syncfusion.com/support/user/uploads/DecimalAlignment_8555d60e.zip


Loader.
Up arrow icon