Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Cell selection + row highlight

    Hi guys,

    I am trying to create a listgrid that has cell selection (I did this with setCanSelectCells) and also shows the selected record as in a simple listgrid. I searched all over your forum and the Internet and didn't find anything I can use. I also attached and example of the desired outcome.
    Could you give me a hint?

    Thank you,
    Andrei
    Attached Files

    #2
    Any idea please?

    Comment


      #3
      Hi Andrei,

      it is really not clear what you are trying to archive. For me, your mock-up looks like a normal ListGrid.
      Is it about the highlighting of the selected row?

      Best regards,
      Blama

      Comment


        #4
        Ok, I will try to make it clear :)
        I want to have a grid that has cell selection. That means I can navigate with my keyboard from cell to cell. But when my cell selection jumps to another row I want to highlight that row and also show what cell is selected. Please see that black border around the cell and the highlighted row.

        Comment


          #5
          Enable canSelectCells, then use getBaseStyle() or getCellStyle() overrides to add row-level styling for the row that contains the selected cell.

          Comment


            #6
            Thank you Isomorphic and Blama :)

            Comment

            Working...
            X