Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Memo control problem...

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

Memo control problem...
Link Posted: 20-Nov-2005 02:43
I have added a memoColumn to my flygrid and it opens up the memo editor, but when I enter some text in there it does not seem to either appear in the column cell or when I edit it for a second time it does not display my text that I previously entered.

It does exacually the same on your custom edit grid example, that it does not hold new text entered.

Am I doing something wrong??

Thanks

Simon
Link Posted: 22-Nov-2005 07:52
Use CTRL + ENTER to insert line breaks, pressing the ENTER closes dropdown. Also - you can create your own dropdown or dialog box to edit data in the Memo.
Link Posted: 22-Nov-2005 10:04
Thanks, that works great.

Just out of interest is there a way to stop the memo editor disappear when something else is select on the form (lose of focus) and making it so it just closes when CTRL + ENTER is used???

Thanks for you help

Simon
Link Posted: 23-Nov-2005 11:28
In this case is better to use dialog-styled memo editor.