Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
How to set column format and values on binding data
posted

I am trying to create a grid which hopefully can look similar to a web grid i am trying to create. The Data i have comes from a RestApi in form of Json and i deserialize the data fine. When i bind it to grid it does not look the way i want it because a few issues.

a) i have a array of objects which consist of a DocId and Text. What i would like to do is display a list of all possible options as well as check all options which where selected for this record. Similar to this

b) i have a field which has a holds a array of String,string like [{"home" : "home@email.com},  {"work" : "work@email.com}]
how can i display this in the field like hone@email.com (home) ?

Parents
No Data
Reply Children
No Data