Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When following the example posted in the documentation, the cell I am referencing is not entering edit mode. It is being selected, but I still have to click it to edit it. Here is the code that I am using:
Dim rowColumnIndex As New RowColumnIndex(sdg_LEDGER.TableControl.ResolveToRowIndex(sdg_LEDGER.View.Records.Count - 2), 2)
g_LEDGER.MoveToCurrentCell(rowColumnIndex)
sdg_LEDGER.CurrentCell.BeginEdit()