Is there a way to specify the column header alignment and ot


Is there a way to specify the column header alignment and other style attributes on a per column basis via XML.



E.g. a value field needs to have the column header also right aligned.  The individual row alignts to the right no problem but the column header remains left aligned with the others.



 







Value





Unfortunately current version doesn’t support such feature
You can store necessary data as userdata or custom afterInit call and add necessary code to client side to check settings and apply necessary alignment for header cells.