I've two problems after embedding a RadNumericTextBox within the CommandItemTemplate of a RedGrid.
1) ShowSpinButtons="True", yet they are not showing up. If I place the RadNumericTextBox out side the grid they show...
2) How do I change the font color of the label?
<CommandItemTemplate>
<div style="text-align: right">
<table style="border: none">
<tr>
<td style="vertical-align: middle; padding-left: 10px">
<telerik:RadNumericTextBox ID="RadNumericTextBox2" runat="server" Culture="English (United States)"
EmptyMessage="P&L Threashold" InvalidStyleDuration="100" Label="Threashold" ShowSpinButtons="True"
Skin="Vista" ToolTip="Enter P&L Threashold" Type="Currency" Value="25" Width="125px">
<EnabledStyle HorizontalAlign="Right" />
<NumberFormat AllowRounding="True" KeepNotRoundedValue="False" />
</telerik:RadNumericTextBox>
</td>
<td>
<asp:LinkButton ID="LinkButton4" runat="server" CommandName="RebindGrid"><img style="border:0px;vertical-align:middle;" alt="" src="images/Refresh.gif" /> Refresh Products</asp:LinkButton>
</td>
</tr>
</table>
</div>
</CommandItemTemplate>
Thanks!
1) ShowSpinButtons="True", yet they are not showing up. If I place the RadNumericTextBox out side the grid they show...
2) How do I change the font color of the label?
<CommandItemTemplate>
<div style="text-align: right">
<table style="border: none">
<tr>
<td style="vertical-align: middle; padding-left: 10px">
<telerik:RadNumericTextBox ID="RadNumericTextBox2" runat="server" Culture="English (United States)"
EmptyMessage="P&L Threashold" InvalidStyleDuration="100" Label="Threashold" ShowSpinButtons="True"
Skin="Vista" ToolTip="Enter P&L Threashold" Type="Currency" Value="25" Width="125px">
<EnabledStyle HorizontalAlign="Right" />
<NumberFormat AllowRounding="True" KeepNotRoundedValue="False" />
</telerik:RadNumericTextBox>
</td>
<td>
<asp:LinkButton ID="LinkButton4" runat="server" CommandName="RebindGrid"><img style="border:0px;vertical-align:middle;" alt="" src="images/Refresh.gif" /> Refresh Products</asp:LinkButton>
</td>
</tr>
</table>
</div>
</CommandItemTemplate>
Thanks!