Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
99 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
59 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
119 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
262 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
133 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
771 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
135 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
230 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
2 answers
297 views
hello
i have problems with radmenu and radcombo box  i dont know why they are always top of other component and other element. here i attached as an example one picture :) here is 2 menu and rad window , window must be on top of other element but it is not ;)
i hope you can help me :)
best regards
hesam
hesam
Top achievements
Rank 1
 answered on 07 May 2013
8 answers
737 views
Hi,
I am using Telerik Radgrid with inline Editing feature.

Grid in the edit mode shows update/cancel commands as images.
I would like to disply both updateimage and updatetext.
Currently when I set the UpdateText with updateimage, it shows the text as tooltip when user hovers over the updateimage. I would like to display the updatetext even without hovering over the image.

I would appreciate help on this.

Thanks,
Manisha

Lobna
Top achievements
Rank 1
 answered on 07 May 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?