I have a Grid with GridTemplateColumn that contains Label. the grid direction set to rtl and I want the lable's direction to be ltr. how can I do that ?
I tried:
<asp:Label style="direction:ltr" ID="Label1" runat="server" Text="Label"/>
but it didn't work