1
0
-1

hi all, can you help me to answer this question, because i cannot find the example in this forum to split the list grid column from datalist. Here the example:

 

from the image above, i want to split the attribute inside criteriaList_id into separate column. I already tried the formgrid example, but that can't be applied in the listgrid.

Thanks

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      You will need to first ensure that your data is not stored in JSON format. In your List Grid, configure its binder to make use of Multirow Form Binder.

      Hope this helps.

        CommentAdd your comment...