Results 1 to 5 of 5

Thread: Re-ask ---Datagrid and DoubleClick

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Hendersonville , NC
    Posts
    260

    Question 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

  2. #2
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    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

  3. #3
    Frenzied Member Zakary's Avatar
    Join Date
    Mar 2005
    Location
    Canada, Quebec, Montreal
    Posts
    1,654

    Re: Re-ask ---Datagrid and DoubleClick

    Quote Originally Posted by Lunatic3
    Datagrid doubleclick is not fired when on cell.
    This is rely disapointing ...

  4. #4
    New Member
    Join Date
    Nov 2005
    Posts
    1

    Re: Re-ask ---Datagrid and DoubleClick

    Quote 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

  5. #5
    Frenzied Member Zakary's Avatar
    Join Date
    Mar 2005
    Location
    Canada, Quebec, Montreal
    Posts
    1,654

    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
    Using VS 2010 on Fw4.0

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width