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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

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()


The cell in question is a GridDateTime.  The behavior is that the cell is selected, but I cannot edit, by typing or by clicking.  I have to click to a different cell and then go back before I can edit it.