In our application we have functionality that when user double click on any row of Rad-grid then that row become in editable mode. so now we have requirement that when user double click on a specific column of that row then after coming in editable mode that control must be auto focused. So i need the value of cell on which it is double clicked to set the focus on that control when that row comes in editable mode. So is there any event of Rad-grid which provides this functionality. Any suggestion will be helpful. For Example if i double click on row's RateType column then the RateType Drop Down which comes in editable mode must be auto focused.
Private Sub DataGridView1_CellBeginEdit(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellCancelEventArgs) Handles DataGridView1.CellBeginEdit 'Here you can write the which column like to in editable mode End Sub
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)