hi,
Can i format a cell in a UltraWinGrid (like telephone number) with a reglar expression imbeded in the grid ?
You can format using the Format property of the column. I don't think it does regular expressions, though.
If the Format property doesn't do what you need, you could use a DataFilter to format the text yourself.