Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
79 views
i just purchased the Telerik Developer tools and wanted to add the RadMenu control (or something equivalent to it) into an existing Classic ASP web site.  That's classic ASP site with .asp pages. 

Can I use the Rad Menu control for this?  If not. are there any other Telerik controls that can be used?

Are there instructions anywhere to do this. 

Thanks for your assistance.
Shinu
Top achievements
Rank 2
 answered on 05 Apr 2011
1 answer
110 views

hello.

I'm using Asp.Net Ajax 2010 Q3 edition,

On the page i have RadMenu and RadGrid with PopUp edit form.

The problem is that when i move grid popup form over the menu, the menu hovers it, despite of that my popup is modal. (see the file)

Is this any bug or something?

Is there any solution?

thx.

Shinu
Top achievements
Rank 2
 answered on 05 Apr 2011
1 answer
97 views
I have a webforms app containing a paged gridview (e.g., 200 records - 50 rows and 4 pages).

When the user clicks on a button in a specific row of the grid (e.g., row 20 of the 4th page), another web page is launched to process that button click. When the user closes that page to return to the main gridview, the gridview databind event is rerun which redisplays the gridview starting at the item 1 on page 1.

However, I want to have the previous position maintained, so that the grid will automatically be scrolled to the the previously clicked gridview page and item.

How would I accomplish this?
Shinu
Top achievements
Rank 2
 answered on 05 Apr 2011
4 answers
112 views
Hi....

I want to Export the RadGrid datas to pdf .... But the problem is "Say if my grid contain value of 10 and if i set the page size to 5... only the visible 5 data only generated as pdf, but i want the second page value too(remaining 5 data)... could any one help with this thing.... please

Thanks in advance..

Regards
Suren
$uren
Top achievements
Rank 1
 answered on 05 Apr 2011
2 answers
99 views
Hello Telerik Team,

Need your help, Is it possible to use "Datapager with RadDataGrid ".
 
Please let us know so that we can continue to use it.

Regards
Sudhakar
sudhakar
Top achievements
Rank 1
 answered on 05 Apr 2011
1 answer
92 views
Telerik Admin,

Good Day. I know that this thread is very old however the issue I encountered is somewhat very much related to what was raised by some of the users specially with Midhun Kumar Allu in: http://www.telerik.com/community/forums/sharepoint-2007/full-featured-editor/radeditor-for-wcm-sharepoint-specialtags-and-scripts.aspx

Given Scenario:
1. We have MOSS web page(s) that contains <embed > tags.
Like if I view that page and view source of that I can see the following tags:

<embed height="240" width="320" allowscriptaccess="always" allowfullscreen="true" wmode="transparent" src="http://video.abc.com/com/abcplayer/bin-debug/main.swf?i just omit other characters...." type="application/x-shockwave-flash"></embed>


2. And in a separate app. when we extract the content of this web page through moss webservice. everything is fine except for the <embed> tags. I am not sure but all info in <embed> tags will become something like this:
<pre id="RadEditorEncodedTag">PGVtYmVkIGhlaWdodD0iMjQwIiB...............................

Note: We are using the updated version of MOSS.

Question/Problem:
* Like I said my question is somewhat related to Midhun Kumar Allu except that mine is via Moss Content Extract. Can you please help me what configuration that I need to consider? What am I forgetting to include? How do we decode (or decrypt if applicable) that?

Really appreciate any quick feedback...
Regardz, -jepoy
Jepoy
Top achievements
Rank 1
 answered on 05 Apr 2011
1 answer
197 views
I have two button in RadComboBox in RadToolBarButton ItemTemplate:
<telerik:RadToolBarButton Font-Size="X-Small" CausesValidation="false" Value="column">
                         <ItemTemplate>
                         <table>
                         <tr>
                           <td align="right" valign="top">
                 <telerik:RadComboBox ID="RadComboBoxAddColumns" Height="20px" runat="server" EmptyMessage="Add Columns" HighlightTemplatedItems="True" AllowCustomText="True" Width="150px" 
                                Skin="Windows7"
                            <ItemTemplate>
                                <div>
                                    <asp:CheckBox runat="server" ID="chk1" Checked="false" Font-Size="X-Small"/><%# Eval("COLUMN_NAME") %>
                                </div>      
                            </ItemTemplate>
                            <FooterTemplate>
                            <div
                                <asp:Button ID="btnAdd" runat="server" Text="Add" CssClass="button" OnClick="btnAdd_Click"/>   <asp:Button ID="btnReset" runat="server" Text="Reset" CssClass="button" 
                                            OnClick="btnReset_Click"/>
                            </div>
                            </FooterTemplate>
                  </telerik:RadComboBox>  
            </td>
            </tr></table>
                         </ItemTemplate>
                        </telerik:RadToolBarButton>
And I need to map the code behind click event for each button, I can get reference of the button:
Button btnAdd = (Button)RadToolBar1.FindItemByValue("column").FindControl("RadComboBoxAddColumns").FindControl("btnAdd");
But how do I know which button is clicked? Please help!

Thanks a lot!
Shannnon
Top achievements
Rank 1
 answered on 05 Apr 2011
8 answers
172 views
Hello,

In IE7, the RadComboBox has a small display bug when the Enabled property is set to false. When hovered, the combobox seems to grow vertically by a couple pixels and an extra portion of the sprite appears at the bottom. This happens with every skin. I have attached an image to clarify.

Thanks,
Josh
Todd Hile-Hoffer
Top achievements
Rank 2
 answered on 05 Apr 2011
3 answers
281 views
When I select a node in a TreeView, I'd like the ability to unselect it without selecting a different node by clicking the node (to toggle it selected or unselected)

<telerik:RadTreeView ID="blocks"  ShowLineImages="false" runat="server" OnClientNodeClicked="BlockClicked" MultipleSelect="true">
    <NodeTemplate >
......
    </NodeTemplate>
</telerik:RadTreeView>

This JavaScript doesn't seem to do what I thought...

function BlockClicked() {
        var tree = $find("<%= blocks.ClientID %>");
        var node = tree.get_selectedNode();
        if (node.IsSelected == false) {
            alert('Selected');
            node.unselect();
        }
        else {
            alert('Not Selected');
            node.select();
        }
    }
Neil
Top achievements
Rank 1
 answered on 04 Apr 2011
1 answer
160 views
This may sound a little lazy on my part, but I'm looking for existing documentation of some sort that can be modified/updated/etc. regarding the use of the RadEditor by OUR END USERS.  This would include maintaining the dictionary, inserting graphics, etc., but would not include how to technically configure the Editor control to accomplish these tasks which is a completely different topic.

I realize that this is our responsibility to provide to our clients/end users/etc., but a starting document of some kind would surely shorten the development time.

Does anyone know of any document/document pieces/etc. that is available as a starting point?

Thanks in advance!

Lynn
Lynn
Top achievements
Rank 2
 answered on 04 Apr 2011
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?