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..
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 IvanovDeveloper Support EngineerInfragistics, Inc.
I'd like to know too!