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
Hi John,
I've never heard of anything like that. I type pretty fast, myself and I have never seen this behavior. WHen you type into most cells in the grid, you are really typing into an inbox TextBox control, so if there's a bug in that control, I think a lot more people would have run into it.
My guess is that there is something in your application causing this behavior. Maybe you are handling an event of the grid and your code in the event handler is causing it.
Try commenting out the code in any grid events you might be handling and see if you can narrow it down that way.
It happens only for column, I set property CellMultiLine = True. When I change it to false the text does not disappear when I type pretty fast. However I can see the delay to display my input in the textbox.
I have quite a lot of columns for this grid. I am not sure this cause the problem.