The rendering of the Grid header for a command column is different than the one for the default header.
Regression introduced with 2023.3.1114
The rendering of both headers should be the same.
Hi Bradley,
Indeed, the rendering of the Grid footer is the same as the old one for the header, however, it does not differ per case of the different types of columns as the header one did.
With the above being said and also since the rendering of the footer has not been updated with a new one for our latest release, like in the case of the header, its current rendering is correct and the behavior is expected.
Thus, you may use the "!k-text-{direction}" class for the footerAttributes to align the text in the footer:
footerAttributes: {
"class": "table-footer-cell !k-text-right"
}
Here is also a small Dojo example, demonstrating the above approach:
Nevertheless, I would like to inform you that the initial issue regarding the inconsistency of the Grid header rendering has been fixed and has been scheduled for release for the R1.2024-Increment.2(31.Jan.2024), which means that you may expect the fix to be available soon.
I remain at your disposal in case further questions on this matter arise.
Regards,
Zornitsa
Progress Telerik