I have an issue when i did the upgrade last version of Telerik '2012.2.607.35'
I tried others version, as '02217Telerik.Web.UI_2012_2_807_Dev_hotfix' or '2012.2.710.35' HotFix too.
This problem happend on the events Onchange and OnKeyPress.
I debugged the code and the problem is that method 'set_value' sign in loop.
The version HotFix '2012.2.710.35' works fine, but only the Event Onchange, the Event OnKeyPress the issue persists.
Example: (Javascript)
var iResul='25';
function Calcular(sender, args) {
var textBox = sender;
textBox.set_value(iResul);
}
| <%@ Page Language="VB" AutoEventWireup="false" CodeFile="nobutton.aspx.vb" Inherits="Junk_nobutton" %> |
| <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> |
| <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> |
| <%@ Register Assembly="System.Web.Ajax" Namespace="System.Web.UI" TagPrefix="asp" %> |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head runat="server"> |
| <title>Untitled Page</title> |
| </head> |
| <body> |
| <form id="form1" runat="server"> |
| <div> |
| <asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server" EnablePartialRendering="true" CombineScripts="false"> </asp:ToolkitScriptManager> |
| <telerik:RadFormDecorator runat="server" ID="RadFormDecorator1" EnableEmbeddedSkins="true" Skin="Forest" DecoratedControls="All"/> |
| <asp:Table runat="server" ID="tblbtn" HorizontalAlign="Left" > |
| <asp:TableRow> |
| <asp:TableCell> |
| <asp:Button ID="buttonOpen" runat="server" CausesValidation="false" style="display:none" OnClientClick="javascript:popUp('help/cmj.aspx?lt=3')" /> |
| </asp:TableCell> |
| </asp:TableRow> |
| </asp:Table> |
| <asp:PopupControlExtender ID="PopupControlExtender1" runat="server" PopupControlID="buttonOpen" TargetControlID="buttonOpen"></asp:PopupControlExtender> |
| <script type="text/javascript" language="javascript"> |
| function popup2(checkbox) { |
| if (checkbox.checked) |
| $get('<%= buttonOpen.ClientID %>').click(); |
| return true; |
| } |
| </script> |
| </div> |
| </form> |
| </body> |
| </html> |
Good day,
We would like to know if is there any way to apply style of a control to an another. We have table inside RadPanelBar. Its looks fine with Metro style. Text is gray (#767676) and also there is bigger space between rows. If table is outside RadPanelBar, text is black and row space is not so big.
Question is how to apply style from RadPanelBar to another object. We apply class rfdAspLabel. Text is good colored but that’s all. There is now style for table formatting.
Thank you in advance for your advice.
Below employees are requested me at HR’s desk in
“Chris”
“Jhon”
Below employees are requested me at HR's desk in
"Chris"
"Jhon"
