|
-
Apr 8th, 2003, 09:01 AM
#1
Thread Starter
Hyperactive Member
Re-ask ---Datagrid and DoubleClick
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..
Last edited by gollnick; Apr 8th, 2003 at 12:32 PM.
William E Gollnick
-
Apr 8th, 2003, 09:41 AM
#2
Frenzied Member
Datagrid doubleclick is not fired when on cell.
'Heading for the automatic overload'
Marillion, Brave, The Great Escape, 1994
'How will WE stand the FIRE TOMORROW?'
Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979
-
May 10th, 2005, 09:01 AM
#3
Re: Re-ask ---Datagrid and DoubleClick
 Originally Posted by Lunatic3
Datagrid doubleclick is not fired when on cell.
This is rely disapointing ...
-
Nov 29th, 2005, 11:18 AM
#4
New Member
Re: Re-ask ---Datagrid and DoubleClick
 Originally Posted by Lunatic3
Datagrid doubleclick is not fired when on cell.
it's true for DatagridTextBoxColumn but with DatagridLabelColumn, it works fine...
link to msdn
-
Nov 29th, 2005, 11:26 AM
#5
Re: Re-ask ---Datagrid and DoubleClick
To enable DataGrid cell Double click, Look at the topic 5.46 from here!!
http://www.syncfusion.com/FAQ/Window...44c.aspx#q869q
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|