CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    FLEXGRID - URGENT

    I'm using VSFLEX Grid control in one of the screens that I have developed.
    How can I know whether a row has been selected or not, I mean when the user displays "Search" button I display the records for that criteria in the Flex grid, when he clicks "OK" button I display the corresponding record that has been selected in the grid.But If he doesnt select anything and clicks "Ok" even then I'm getting the first record as the record selected, why is it ? and how can I check whether a record has not been selected in the FLEX GRID.



  2. #2
    Join Date
    Jun 1999
    Posts
    34

    Re: FLEXGRID - URGENT

    You can test the value of the row property.
    -1 means that there is no row selected


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

Featured