Where is Grid Selector in the marketplace?

0
I'm looking for Grid Selector. But I can't find it by searching the marketplace. Is it included in other components? What I want to achieve is to place a radio button on DataGrid2 and select a row. Placing a standard radio button on DataGrid2 requires you to choose from the choices within a single row.   ■Link https://docs.mendix.com/addons/ats-addon/rg-one-grid-selector/   ■Mendix Studio Version 9.6.7
asked
2 answers
0

Hi 武井 智,

ok, got it :) 

You can use a Helper Entity to make that possible.

Find below an example:

Domain Model

DataGrid2 inside of DataView with Helper Object

Button with Glyphicon ‘check’ (you could also use any other glyphicon)

 

 

Button with Glyphicon ‘unchecked’

Microflow “DS_HelperRowSelect”

Microflow “ACT_SelectRow”

Microflow “ACT_DeselectRow”

answered
0

Hi 武井 智,

did I understand it right that you want to have a radio button in a row (and only with one option) to give the user the possibility to select the row? How about using a checkbox instead?

answered