How do I get the cursor to a particual cell?
I am trying .Activate and .Selected = true;
Hello,
Along with that you should perform the following action:
ultraGrid1.PerformAction(Infragistics.Win.UltraWinGrid.UltraGridAction.EnterEditMode, false, false);
Please let me know if you have any other questions with this matter.