Dynamically creating columns - Grid Advanced rendering issue
Hi guys,
I have an issue with GridAdvanced widget.
I have a service with standard data shape defined and I am also creating new columns based on input coming from JSON (means: creating column names based on input).
When I bind a data from that service to the GridAdvanced Widget, it happen sometimes at runtime, that rendering of columns is not as I want, e.g. for hyperlink I will get only URL instead of clickable href and instead of checkbox for boolean I will get only a text.
But it happen only in some cases, when I am creating new columns at runtime and get the error in console:

What can I do to avoid this behavior?
(Using standart od Dynamics grid does not help, because when I select "Show all columns" it lost that renders (checbox/hyperlink))

