This question is locked. New answers and comments are not allowed.
I wanna each grid appear as textbox as the control loaded. So I custom the CellTemplate as below.
That works, but the UI(01.png) looks uglier than the default one(02.png).
How to fix this problem? Or Is there a better method to achieve that?
I'm not vary familiar with style. Is there any gridview textbox style to apply on the textbox? How to do it?
thx
<telerik:GridViewColumn.CellTemplate> <DataTemplate> <TextBox Text="{Binding Temperature, Mode=TwoWay}" TextAlignment="Center" telerik:StyleManager.Theme="Windows7"/> </DataTemplate></telerik:GridViewColumn.CellTemplate>That works, but the UI(01.png) looks uglier than the default one(02.png).
How to fix this problem? Or Is there a better method to achieve that?
I'm not vary familiar with style. Is there any gridview textbox style to apply on the textbox? How to do it?
thx