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
715
Bind Dynamic Object to Grid.
posted

Hi,

Is it possible to bind a dynamic object to the WinUI Html grid?  If so can you modify the Bind to JSON example.

Something like this in javascript?

var parsedValue = JsonValue.Parse({\"name\":\"Willem\"}");

var parsedObject = parsedValue.GetObject();

var firstName = parsedObject["name"].GetSting();

Thanks

Rich

Parents
No Data
Reply Children
No Data