hi,
We used UltraWind Designer to create datagrid. In the grid there is a column allow users to edit the text.
We have problem when users type too fast all the text will be disappear then it comes back. Some how the text field not display quick enough at user type input in the field.
Can you someone help me with this problem?
Thanks
John
johnho said:I try that still have problem.
I don't know of any other reason that would explain the behavior you describe. Can you post a small sample project demonstrating the issue?
johnho said:Another problem I run into with grid when I drag grid to left or right, it mess up the display. Text in column get mess up. But If I use left arrow or right arrow to move grid to left or right, it is ok
I don't understand what you mean by this. What do you mean "drag the grid to left or right?" There is nothing in the WinGrid that would allow you to drag the control.
And what exactly do you mean by "column get messed up"?
I try that still have problem.
Another problem I run into with grid when I drag grid to left or right, it mess up the display. Text in column get mess up. But If I use left arrow or right arrow to move grid to left or right, it is ok
AutoSuggestMode is a new property which replaces the AutoEdit property.
Try setting AutoEdit or CellMultiline to False and the problem should go away.
Mike,
Thank you for feedback!
I don't see AutoSuggestMode in grid property.
Here is the property of the column I set. The rest I leave as default
AutoEdit = true
CellActivation= allowEdit
CellMultiLIne = True
CellClickAction = Edit
Spellchecker= ultraSpellchecker1
Can you point me to resource how to use UltraWinGrid?
Hi John,
Are you using CellMultiline and also using AutoSuggestMode on the same column? These two feature are incompatible, so you cannot use both together on the same column.
This has nothing to do with the speed of your typing, though.