Hi,
i need to display a grid with dynamic data, i have no previous knowledge regarding my columns,
additionally the objects\rows are not consistent, for example:
when passing this kind of data to a Kendo grid, it sometimes displays the common attributes and sometimes don't display anything.
is there a way to make it display null values for missing values?
sample - http://jsfiddle.net/76aZ7/20/
Thanks,
Ishay
i need to display a grid with dynamic data, i have no previous knowledge regarding my columns,
additionally the objects\rows are not consistent, for example:
var
users = [{
"a"
:
"1"
,
"c"
:
"1"
},
{
"a"
:
"2"
,
"b"
:
"2"
,
"c"
:
"2"
},
{
"a"
:
"3"
,
"b"
:
"3"
,
"c"
:
"3"
},
{
"a"
:
"4"
,
"b"
:
"4"
,
"c"
:
"4"
,
"d"
:
"4"
}]
when passing this kind of data to a Kendo grid, it sometimes displays the common attributes and sometimes don't display anything.
is there a way to make it display null values for missing values?
sample - http://jsfiddle.net/76aZ7/20/
Thanks,
Ishay