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
180
How can I set the focus in a ultragridcellproxy
posted

I use a simple grid with UltraGridRowEditTemplate enabled.

If the validation fails how may I set the focus in a specific ultragridcellproxy?

Parents
  • 37774
    posted

    How are you validating?  You should be able to use the underlying grid's BeforeExitEditMode event and cancel it if your validation fails.  Otherwise you should just be able to call Focus on a specific proxy.

    -Matt

Reply Children