How to align grid column content without aligning the column title

Let's say I have the TextAlign property set to Right, is it possible to ignore that for column header?
image

I want to have column header always align to the left side no matter what is TextAlign value

No, this isn't possible. Why do you want your header to be misaligned from the content?

Are there any workarounds to do that? This is one of the business requirements for the application we're working on.

You can try setting the HeaderCssClass attribute of the column and override the alignment. Use your browser developer tools.

Having misaligned columns is a business requirement? Your users won't be very happy.

Thank you for the possible solution, I'll try it out. Users won't be very happy, but my PO will :slight_smile: