I am trying to work with a datagrid and then doubleclick a row.. get the cell data and then use that data...
Tried this
Dim hti As DataGrid.HitTestInfo = DataGrid1.HitTest(x, y)
MessageBox.Show(DataGrid1(hti.Row, hti.Column))
got nothing..
Printable View
I am trying to work with a datagrid and then doubleclick a row.. get the cell data and then use that data...
Tried this
Dim hti As DataGrid.HitTestInfo = DataGrid1.HitTest(x, y)
MessageBox.Show(DataGrid1(hti.Row, hti.Column))
got nothing..
Datagrid doubleclick is not fired when on cell.
This is rely disapointing ... :cry:Quote:
Originally Posted by Lunatic3
it's true for DatagridTextBoxColumn but with DatagridLabelColumn, it works fine... :pQuote:
Originally Posted by Lunatic3
link to msdn
To enable DataGrid cell Double click, Look at the topic 5.46 from here!!
http://www.syncfusion.com/FAQ/Window...44c.aspx#q869q