Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
92 views
Hi,
          The Css styles are not apply for Radcontrols in IE.if i put 2 grid controls the Css styles are applied perfectly.but if i add more than two grid, css styles are not  apply for other grids except first two grid.


To solve this i have searched in a  lots of forum.

some experts told to add a stylesheetmanager to Combine  the stylesheet requests into a single request.

After adding the stylesheetmanager  i am getting the javascript error like in the attachment file and also a  css problem is still not solved

Please help me to solve this issue.

Thanks.
Eyup
Telerik team
 answered on 07 May 2013
2 answers
125 views
Hi,
      I am working with an application in ASP.NET Framework 4.0 in VS 2012 and am using Telerik 2010.3.1109.40 version . My application is working fine in Firefox,Chrome but it is not working properly in IE 10.
My application having problems with IE10 are It doesn't open Radwindows(Popup) and Dropdownlist can't access. When I click on link button it will shows loading image(AjaxLoadingPanel image). Actually it will open the radwindow.
can any one tell me the solution of these problems in IE10 using telerik 2010.3.1109.40 version. Please tell me the solution as soon as possible.

Thanks,
Harikrishna

Iana Tsolova
Telerik team
 answered on 07 May 2013
1 answer
96 views
I'm trying to use fo:table-and-caption withTelerik.Apoc.ApocDriver (Render)

Without the "<fo:table-and-caption>" tag, my table generate.
But with it, I get nothing (no error and no table)

Is this tag not supported by the generator?

(I need a table title that will stick on the same page)

Thanks

<fo:table-and-caption>
        <fo:table border="1pt solid black">
             
            <fo:table-column column-width="25mm"/>
            <fo:table-column column-width="25mm"/>
             
            <fo:table-header>
              <fo:table-row>
                <fo:table-cell>
                  <fo:block font-weight="bold">title</fo:block>
                </fo:table-cell>
              </fo:table-row>
            </fo:table-header>
             
            <fo:table-body>
              <fo:table-row>
                <fo:table-cell>
                  <fo:block>val 1</fo:block>
                </fo:table-cell>
              </fo:table-row>
              <fo:table-row>
                <fo:table-cell>
                  <fo:block>val 2</fo:block>
                </fo:table-cell>
              </fo:table-row>
            </fo:table-body>
             
          </fo:table>
</fo:table-and-caption>
Daniel
Telerik team
 answered on 07 May 2013
1 answer
55 views
Hi,

I dont see the maxlength property on RadFilterNumericFieldEditor and RadFilterTextFieldEditor.
Is there a way we can set the maxlength on these items?

Thanks
Antonio Stoilkov
Telerik team
 answered on 07 May 2013
1 answer
113 views
Hi,

I have some problems to stop RadGrid row change because radConfirm don't stop like command confirm to wait response.

I check if my row is dirty and if is the case, i want to radconfirm this row changed to advice user for lost of data not saved.

Script OnRowSelecting and OnRowSelected
function OnRowSelecting(sender, eventArgs) {
    return eventArgs.set_cancel(!confirm("Confirm navigation?"));
}
 
function OnRowSelected(sender, eventArgs) {
     // Make action...
}

with this script, OnRowSelected fired only if response is True from confirm, but with radConfirm OnRowSelected fired before response.

How can implement this with radConfirm?

Thank's

Antonio Stoilkov
Telerik team
 answered on 07 May 2013
3 answers
258 views
Hi,

I am quite not able to figure out the following:

I have a tree view that has context menus on each tree node. One of the items in the menu is an option to allow user to export all the nodes from the root to the last of the current nodes children, is there a way to do that without having to loop through all the nodes in the tree?

Any help is appreciated.

Thanks,
Harisha
Bozhidar
Telerik team
 answered on 07 May 2013
7 answers
125 views
We have the following template column on one of our grids. When we export to Excel, the three values in the ItemTemplate show up in the right order in Excel, but the three columns of the HeaderTemplate are reversed. Can anyone offer a solution as to why and how to stop this? 

<telerik:GridTemplateColumn UniqueName="TemplateColumn" SortExpression="Approvals"
                        InitializeTemplatesFirst="false">
                        <HeaderTemplate>
                            <table id="tblApproval" cellspacing="0" style="width:100px;" class="myTable">
                                <tr>
                                    <td colspan="3" align="center">
                                        Approved By</td>
                                </tr>
                                <tr>
                                    <td style="width: 33%">
                                        <asp:LinkButton CssClass="Button" ID="btnEmployee" Text="Emp." ToolTip="Sort by Employee Approval"
                                        CommandName='Sort' CommandArgument='EmployeeApproved' runat="server" /></td>
                                    <td style="width: 34%">
                                        <asp:LinkButton CssClass="Button" ID="btnClient" Text="Client" ToolTip="Sort by Client Approval"
                                        CommandName='Sort' CommandArgument='ClientApproved' runat="server" /></td>
                                    <td style="width: 33%">
                                        <asp:LinkButton CssClass="Button" ID="btnPayroll" Text="Acct." ToolTip="Sort by Accounting Approval"
                                        CommandName='Sort' CommandArgument='PayrollApproved' runat="server" /></td>
                                </tr>
                            </table>
                        </HeaderTemplate>
                        <ItemTemplate>
                            <table cellspacing="0" width="100%" class="myTable">
                                <tr>
                                    <td style="width: 33%">
                                        <%# ((bool)Eval("EmployeeApproved") == true) ? "Yes" : "No"%>
                                    </td>
                                    <td style="width: 34%">
                                        <%# ((bool)Eval("ClientApproved") == true) ? "Yes" : "No"%>
                                    </td>
                                    <td style="width: 33%">
                                        <%# ((bool)Eval("PayrollApproved") == true) ? "Yes" : "No"%>
                                    </td>
                                </tr>
                            </table>
                        </ItemTemplate>
                        <ItemStyle HorizontalAlign="Center" />
                    </telerik:GridTemplateColumn>
Kostadin
Telerik team
 answered on 07 May 2013
2 answers
762 views
how to fire selected index change in page load
ClaimNo_SelectedIndexChanged

Thanks Advance,
Mohamed

mohamed
Top achievements
Rank 1
 answered on 07 May 2013
1 answer
131 views
Hi

I have a radgrid in which I am performing inline editing with some custom validations and would need to alert with the validation messages using RadWindow. Please help me resolve this.

Thanks
Arun
Shinu
Top achievements
Rank 2
 answered on 07 May 2013
3 answers
218 views
Is it possible to have a checkbox inside the editform template of a radgrid that will make a radtextbox visible when checked, and not visible when unchecked? All these controls would be in the EditFormTemplate of the radgrid and should be able to appear it and disappear it while still in EditForm. I am working with VB and I have looked at the examples, but none explain about checkbox, since they are different than radcomboboxes or dropdownlists.
Shinu
Top achievements
Rank 2
 answered on 07 May 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?