SH
Stefan Hoenig
Syncfusion Team
August 5, 2002 12:53 PM UTC
Hello,
we'll have a newer build shortly this week and there we actually made the following changes:
1) The default behavior is that the TextBox will display the same text that is shown in the cell and not the unformatted text. This text is determined by calling GridStyleInfo.GetFormattedText.
2) When the textbox is initialized with the text, a CurrentCellInitializeControlText event is raised. This lets you change the text that should be displayed in the active text box. This gives you a hook where you can then specify to show the unformatted and raw text for the cell.
Stefan