Hello there,
Here is something that I am trying to do. In the grid, I have some cells where activation is set to allowEdit and some cells where it is set to NoEdit. What I am trying to do is, enter in the edit mode whenever it is AllowEdit type cell. When it is NoEdit type cell, move to next cell without showing focus on it or without activating it.
Here is code,
cell.Activate()
ugProperties.PerformAction(UltraGridAction.EnterEditMode)
'Else
' I am not sure about this portion and looking for help
Next
This fired CellActivate Event when I call cell.activate. Here is event handler for that.
ugProperties.ActiveCell.Activate()
Waht I think is, in the whenver the cell activation is NoEdit, I dont even want to see that little focus rectangle on the cell neither I want to activate the cell. I want to jump into first editable cell in the row.
Any help is greatly appreciated.
Thank you very much
Hello,
I am just checking about the progress of this issue. Let me know If you need any further assistance on this issue?
Thank you for using Infragistics Components.
Hey Hristo!
Thank you very much!... yes, the solution you provided worked like charm :) Thank you very much!
Mike, thanks very much for the TabStop property hint. I used it at some other place and it was very helpful!
Have a great weekend!