Skip to main content
March 1, 2024
Solved

Cell selection in read-only Grid

  • March 1, 2024
  • 7 replies
  • 1 view

Hello , 

Is there a possibility to select a specific Cell in a grid and not the whole line ?

Best answer by harshitb6843

You can use rich text with a link that saves the identifier and the column number in a variable. Now using this combination clubbed with the cell background color, you can create an experience as if the cell is selected. 

7 replies

konduruc733182
March 1, 2024

Hello [mention:a7355d04eb9c4e2992a43dab86d29d48:e9ed411860ed4f2ba0265705b8793d05] 

I don't think there is an option to do that in a Read only grid. Currently we can only select the complete row. Have you tried or explored any methods using an editable grid and achieve this?

harshitb6843
March 1, 2024

You can use rich text with a link that saves the identifier and the column number in a variable. Now using this combination clubbed with the cell background color, you can create an experience as if the cell is selected. 

March 3, 2024
[deleted]
stefanhelzle0001
Brainy
March 3, 2024
This can typically be achieved through programming or software features that allow for individual cell selection or manipulation.

OK, cool! Can you add more details?

March 4, 2024
[deleted]