Results 1 to 2 of 2

Thread: retrieving values from specific cell in ado datagrid control

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Lost in the Mojave Desert
    Posts
    82
    anyone know how to get the values of a specific cell already tried using row and columns property also text as well i want to single click it not double click

  2. #2
    New Member
    Join Date
    Oct 2000
    Posts
    3
    In the Click event, you should set your row=mouserow and col=mousecol. Your text property is what you want. If the grid will(and you have to be 100% sure) stay less than one screen in size, you can set set up mouseup and mousedown events, but they're complicated. It all depends on what you want to do with the info. I hope I've helped.

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