or
<
script language="javascript" type="text/javascript">
function AddCountry() {
var radWindow = window.radopen("CountryAddEdit.aspx?Action=Add&CountryID=0&CountryCode=", "radWindowAdd");
radWindow.SetTitle(
"<% Response.Write(GetResource("AddCountry", false)); %>");
return false;
}
</script>
<
telerik:RadWindowManager ID="radWindowManager"
runat="server"
AutoSize="false"
Behaviors="Close,Move"
DestroyOnClose="true"
EnableAjaxSkinRendering="false"
EnableViewState="true"
Height="175px"
Modal="true"
ReloadOnShow="true"
ShowContentDuringLoad="false"
VisibleOnPageLoad="false"
VisibleStatusbar="false"
Width="500px">
<Windows>
<telerik:RadWindow ID="radWindow" runat="server" />
</Windows>
</telerik:RadWindowManager>
<tr>
<th class="Tcenter">
<asp:LinkButton ID="lnkAddCountry" runat="server" CssClass="fugue fugue-plus clicklink" OnClientClick="javascript:AddCountry();return false;" ToolTip="<%$ Resources: AddNewCountry %>" Text="<%$ Resources: GlobalAppResources, AddNew %>" />
</th>
</tr>
</table>
</telerik:RadNumericTextBox>
Also, if It's required to force a decimal separator, is there a way to define it in a CSS or somewhere else to every RadNumericTextBox will use the same settings so I will not forgot one.
Anybody can help me?
Thanks
I will continue doing further testing but am praying that you will fix these two problems asap.
Sincerely,
Robert W.
Vancouver, BC