AdvStringGrid

I have a column in the stringgrid set up as aeditor=edFloat.

But I need also to allow the character +

Is this possible?

Or do I have to set it as edNormal and use ValidChars for the column?

Regards,
Ole

  • is not among the standard characters accepted for edFloat type.
    If you need to accept also '+', you'd need to use the ValidChars technique.