PercentTextBox inside Grid

Is there a sample of the PercentTextBox working within the grid? I would like the user to be able to enter "90" and have it formatted as a percent, along with the actual value being .9 for the actual computations. Thanks in advance. 10 days left in my eval and thinking of getting the full suite ...

1 Reply

AD Administrator Syncfusion Team July 27, 2004 05:04 AM UTC

There is no CellType defined to do this, but you can it it using a P format string and handling CurrentCellValidating to strip out the % before the value is saved into th egrid. Here is a little sample. WindowsApplication3_7523.zip

Loader.
Up arrow icon