Datagrid problem: multiple selection

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • goukilord10
    Forum Member
    • Mar 2005
    • 130

    Datagrid problem: multiple selection

    Come on, no one go to the ams6 board or what ?
    posted this in ams6 board and no answer for pretty simple question.

    i have trouble getting the selected cells when i do a multiple selection
    for a single cell i use DataGrid.GetFocusCell
    but how do i get all the selected (highlighted) cells when multiple selection is enabled ?
  • bule
    Indigo Rose Customer
    • May 2005
    • 1116

    #2
    You must iterate all the cells using for loop and DataGrid.IsCellSelected action.
    Never know what life is gonna throw at you. ZubTech

    Comment

    • Dermot
      Indigo Rose Customer
      • Apr 2004
      • 1791

      #3
      Bule is right, you have to loop through all the cells.

      no answer for pretty simple question.
      If it is simple then why didn't you take 5 minutes to look at the help file? That's where I found the answer. What "no one read help files or what?".
      Dermot

      I am so out of here :yes

      Comment

      • goukilord10
        Forum Member
        • Mar 2005
        • 130

        #4
        If it is simple then why didn't you take 5 minutes to look at the help file? That's where I found the answer. What "no one read help files or what?".
        i did not find anything about this on the help file. and i still havent found anything :( where exactly did you look ?

        You must iterate all the cells using for loop and DataGrid.IsCellSelected action.
        Thanks a lot.

        Comment

        Working...
        X