Hi Syncfusion,
I could probably add columns something like this at any time:
var colObj = { headerText: "Ship City", field: "ShipCity", width: 120 };
gObj.columns.push(colObj);
gObj.refreshColumns();
But I would like to add columns programatically but as early as possible. So basically add this programatically at run time:
https://www.screencast.com/t/bk3sqtImeyk
Would it be possible to add this att the data grid's loaded or created event? And if so what is the best way to add it?
Thanks,
Marius