Hello,
I have integrated kendo grid with inline edit with columns config approach. I am dynamically rendering columns in initGrid function.
So here I want you to show me a way to center and right align my grid's column data. Some should be right and some left.
How can I achieve this without css by any kendo class property.
I am using this column config approach for inline edit.
https://www.telerik.com/kendo-angular-ui/components/grid/how-to/persist-state/
Thank you.