DataGridColumn Title Text Wrapping on ver. 4

I had data grid column title text wrapping working until version 3.20.12, but I never worked how much I tried in version 4 ….

css => span.rz-column-title { white-space: normal; } *this worked on 3.20.12

How should it be on ver 4?

Thank you.

Hi @Dishan,

It should now be:

.rz-column-title-content {
   white-space: normal !important;
}

Hi Korchev,

Great, it works on v4 now. I appreciate your help.

Thanks,