If i set the TextAlign property on GridColumn it work well for read Template, but not for EditorTemplate.
It's a bug?
There is a workaround?
Thanks
1 Answer, 1 is accepted
0
Svetoslav Dimitrov
Telerik team
answered on 06 Jun 2022, 06:04 AM
Hello Claudio,
The TextAlign property applies the text-align CSS rule and it is supposed to align the text in a container. In the EditorTemplate you have an editing component that is not supposed to be aligned with the text-align CSS rule. If you add a component, let's say a textbox, it would not be aligned even in the Template.