Grid MultiSelect display like a list

Hello community,

I have an Entity like this

<entity name="Tata">
       <string name="toto" selection="toto.select"/>
</entity>

In my form i have an imput like this

<form >
      <field name="toto" colSpan="12" widget="MultiSelect"/>
</form>

i pick select1 et select3 in toto.select

in my grid i have this

<grid>
   <field name="toto" title="toto" widget="MultiSelect"/>
</grid>

I hope to see “select1, select3” in my column “toto”
but i see nothing just blank
Datas are well save beacause in the database i can read “select1,select3”

If you have some idea i m intresting.

Thx

Yes, issue is there and its assigned to ADK team. It will be fixed in next release.
Thanks for reporting it.