Random Multiselection of Rows in MSFLexGrid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mahesh123
    New Member
    • Oct 2007
    • 64

    Random Multiselection of Rows in MSFLexGrid

    Hi,

    I want to select the records in multiselection randomly in the MSFlexGrid?
    In MSFlexGrid there is multiselection option by press the Shift key and select the records, but there we can selecting the records sequentially. I want to select the multiple records in randomly. Its very urgent for me. Please help as soon as possible.


    Thanks
    ----------
    Mahesh
  • QVeen72
    Recognized Expert Top Contributor
    • Oct 2006
    • 1445

    #2
    Hi,

    You cannot do like that, You have to select Sequentially only..
    a way around is :
    allow user to select, after selection change back colour of the entire row..
    To de-select re-colour with original colour..
    little bit of coding is Involved..

    REgards
    Veena

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      Try using [Control] instead of [Shift].

      Comment

      • QVeen72
        Recognized Expert Top Contributor
        • Oct 2006
        • 1445

        #4
        Hi Killer,

        With MSFlexGrid, it is not possible to select Non-Sequential Rows, even with "Control" key.
        It is designed that way.. thats why we have ".Row" and ".RowSel" properties, which reflects the Set of Selected Rows..

        Regards
        Veena

        Comment

        Working...