Right Justify Text in Grid

1 Answer 133 Views
Theme Builder Pro
Megan
Top achievements
Rank 1
Megan asked on 19 May 2023, 06:17 PM

How can I right justify text in the cells (not header) of the first column in my Grid layout using ThemeBuilder Pro? Try to set the first column as shown in reference image.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 23 May 2023, 08:47 AM

Hi ,

Currently you cannot style specific cells of the grid using the ThemeBuilder, but you achieve it with this custom CSS, add it to your styles:

.k-grid .k-table-td:first-child {
  text-align: right;
}

Additionally, and you can log it as a feature request in our public feedback portal: https://feedback.telerik.com/themebuilder so other users to see it and vote for it.

Regards,
Galin
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Theme Builder Pro
Asked by
Megan
Top achievements
Rank 1
Answers by
Galin
Telerik team
Share this question
or