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
40
Not focus on READONLY cell in UltraWebGrid
posted

Hello guys,

I'm using a Ultrawebgrid control in my asp.net page. But the grid always focus on the readonly cell. Do you know any way to resolve this issue. I really appriciate with any answers. Many thanks..

  • 49378
    Suggested Answer
    posted

    Hi all,

    It has been a while since this thread was opened, in case you are still in need of assistance I would be glad to help. The other community members may also benefit from this answer.

    As far as I can understand, you want not to be able to focus on read only cells in the grid. I imagine such a thing would be quite handy if the user is to enter a lot of data and can just tab-enter in order to edit a cell. In order to modify the focus-switching behavior of the grid you can use the AfterExitEditMode client side handler. A detailed description of this approach can be found in this thread:

    http://forums.infragistics.com/forums/p/12988/48099.aspx#48099

    In your particular implementation you would need to implement the logic to "skip" a cell if it is read only.

    Please contact me if you have any more questions.

    Best Regards,

    Petar Ivanov
    Developer Support Engineer
    Infragistics, Inc.

     

  • 470
    posted

    I'd like to know too!