I have a requirement to add dynamic KendReact grid column from a json file in an existing grid of one default column, say - ItemCode , on load the the grid should fill the below columns from json.
eg: - >
[{
"wbsname": "A1",
},
{
"wbsname": "A2",
},
{
"wbsname": "A3",
},
{
"wbsname": "A4",
},
{
"wbsname": "A5",
}
]