I need to create buttons that select the next row in an Ultragrid or the previous row to the active row.
Hello Randy,
Thank you for posting.
You can use UltraGridAction enumerates that cover all the possible actions that can be performed on the grid including after active row. Maybe you can use NextRow and PrevRow for your implementation.
Find all the options here:
https://ko.infragistics.com/help/winforms/infragistics.win.ultrawingrid~infragistics.win.ultrawingrid.ultragridaction
Please let me know if you need further assistance.
Sincerely,Divya JainAssociate Software Developer