Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
ultragrid column editor
posted

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 

Parents
No Data
Reply
  • 469350
    Offline posted

    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.

Children