Telerik Forums
UI for ASP.NET AJAX Forum
10 answers
379 views
Hi,

        I am having 5 panels on my screen.
       On 4 panels, I have RadHtmlChart graphs.
       On 1 panel, I have drop down control, to select which panel I want to update and some other parameters for that  panel to apply.  When the user selects 'Apply', only that particular panel needs to be updated.

       In asp.net, I know the way, using updatepanels with asynchronous and triggers. I am new to telerik. I am trying to replicate using RadAjaxManager. Any help on how to achieve this.  I had them listed under RadAjaxManager in UpdatedControls list. But all of them are getting refreshed. 

Thank you,
Madhavi
Maria Ilieva
Telerik team
 answered on 11 Dec 2014
1 answer
66 views
Hi,

Is it possible to have a image as the background of a series to make a pictograph?

Thanks
Danail Vasilev
Telerik team
 answered on 11 Dec 2014
7 answers
365 views
Hi,

When I tried to export to PDF, the footer is repeated at the bottom of every page. I just want the footer to be display at the bottom of last page only. Would you please tell me how can I do that?

Thanks

Lamk.
Kostadin
Telerik team
 answered on 11 Dec 2014
2 answers
72 views
Hi,

I am reading grid cell values in the UpdateCommand event after the 'update' button on my grid is clicked. This code is working:

    var Irn = editableItem["Irn"];
    int iIrn = (int)((RadNumericTextBox)Irn.Controls[0]).Value;

But my problem is that I don't know what control type to use when doing the type cast, I mean for text data it comes out as 'System.Web.UI.WebControls.TextBox' which I didn't expect.

Surely there is a better way to do this?
Eyup
Telerik team
 answered on 11 Dec 2014
1 answer
167 views
Hi,

          I am using a Rad tree view along with an iFrame.

          Whenever i click on the Rad tree view nodes,based on the node levels some other pages will be displayed in the iFrame.

           When i add some items into that Page(Page that shown in iFrame),I need to Refresh the Tree view so that it can display the

           Updated values.

          How can i do this?

Waiting for your reply.
Boyan Dimitrov
Telerik team
 answered on 11 Dec 2014
1 answer
135 views
IE adds a small X within the ComboBox to enable to delete the entered text. I have realized that while it does remove the text, upon postback the Combobox will retain its original value.

What did I miss in my implementation? Or is it a general problem with that IE-specific function?
ASAG
Top achievements
Rank 1
 answered on 11 Dec 2014
0 answers
149 views
Hi,

I'm getting an error when trying to link Radspell with a CKEditor control.

The error is
SCRIPT438: Object doesn't support this property or method

Here are the Radspell and CKEditor controls

<radS:RadSpell id="oRadSpell" tabIndex="20" runat="server" UseSession="False" EditDistance="2" CookieExpirationTime="540" ControlToCheck="CKEditor1" ButtonLabel="Spell Check" ButtonCssClass="SmallFormButton" AllowAddCustom="False"></radS:RadSpell>

<CKEditor:CKEditorControl ID="CKEditor1" BasePath="../ckeditor/" runat="server" Width="90%" Height="200px"></CKEditor:CKEditorControl>

Can you let me know if there is a fix?

Thanks
Chris
Top achievements
Rank 1
 asked on 11 Dec 2014
3 answers
65 views
Hi

I've got a a TreeView which I populate programmatically in the Page_Load event. While creating nodes, I also specify a NodeExpand event 
node.ExpandMode = TreeNodeExpandMode.ServerSideCallBack
This fires my TreeView_NodeExpand event when a node is expanded which is good so far. In the event, I am trying to populate a ListView by setting it's DataSource and calling it's DataBind() method. But the ListView never populates. In fact, I tried with a dummy label for which the text is being updated in the NodeExpand event but the label doesn't update. 
I've even tried adding AjaxManager to the page and setting the UpdatedControlId to the listview. That didn't work either.
Please could you point out if I am missing anything here.

Thanks
Rama
Hristo Valyavicharski
Telerik team
 answered on 11 Dec 2014
1 answer
70 views
Hello everyone,

I used following code  to export to excel but one of the column values are not displaying in excel.
Moreover datatype of that column is time in sqlserver.

tgvManageExams.ExportSettings.Excel.Format = Telerik.Web.UI.GridExcelExportFormat.ExcelML;
                        tgvManageExams.ExportSettings.ExportOnlyData = true;
                        tgvManageExams.ExportSettings.IgnorePaging = true;
                        
                        tgvManageExams.MasterTableView.ExportToExcel();


Appreciated your responses.
Kostadin
Telerik team
 answered on 11 Dec 2014
1 answer
49 views
I am using the radskinmanager + radformdecorator to skin my pages, when using dark schemes eg. Glow, the pages initially load with a white background and then get skinned a short time later so the user-experience is a page that flashes white then black during load.
Aneliya Petkova
Telerik team
 answered on 11 Dec 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?