Hello,
How to set width of the buttons inside the telerik:GridTemplateColumn column. I add 2 buttons to my grid
<telerik:GridTemplateColumn UniqueName="Export2"> <ItemTemplate> <telerik:RadButton ID="btnExport2" runat="server" Text="Button2" CommandName="Export2" Width="100px" /> </ItemTemplate> <ItemStyle HorizontalAlign="Center"/></telerik:GridTemplateColumn><telerik:GridTemplateColumn UniqueName="Export1"> <ItemTemplate> <telerik:RadButton ID="btnExport1" runat="server" Text="Button1" CommandName="Export1" Width="100px" /> </ItemTemplate> <ItemStyle HorizontalAlign="Center" /></telerik:GridTemplateColumn>How to set buttons' width to fill all column's width? At that moment they does not fill all column's with. Take a alook at attached file.
Thank you.