Results 1 to 2 of 2

Thread: FlexGrid RowSel

  1. #1
    Guest

    Angry

    How does one make it work?
    So far I have

    grid.RowSel = grid.Row
    grid.Col = 0
    grid.ColSel = 2

    in a 3-column, variable-row flexgrid...
    The desired effect is that when user clicks on a row, it highlights the whole row....

    how?

  2. #2
    Addicted Member
    Join Date
    Jan 2000
    Location
    Oshkosh, WI
    Posts
    163

    Lightbulb

    Set the SelectionMode property of the grid to "FlexSelectionByRow"

    That will highlight the entire row when any cell in the row is selected
    Glenn D
    Development/Analyst

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