Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
158 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
131 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
138 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
60 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
65 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
41 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
3 answers
526 views
Dear Telerik Team,

I would like to disable or enable OnRowDblClick event of Grid accordingly user permissions.

When I tried the following code,the whole page data disappears.

< if (Condition is true)
                    RadGrid1.ClientSettings.ClientEvents.OnRowDblClick = "true";

else
RadGrid1.ClientSettings.ClientEvents.OnRowDblClick = "false";

>


Thanks in advance
Eyup
Telerik team
 answered on 11 Dec 2014
4 answers
253 views
Hi
     I have a radgrid in which iam using template columns. I am selecting radgrid rows on clicking a row. But when i click on the textbox in templatecolumn, the row is not getting selected.Please help me out.
Eyup
Telerik team
 answered on 11 Dec 2014
3 answers
94 views
I have several fields on my panel that is ajaxified with RadAjaxManager, using RadAjaxLoadingPanel.  When a partial postback occurs and LoadingPanel is shown, the focus of the field is lost.

For example I have two field, and the first field has a OnTextChanged Event triggered with autopostback is set true.  When I type in a value in the first field and press tab, the partial postback is triggered, the Loadingpanel appears but when the postback is finished, no field has focus.  I would expect the second field to have the focus.

This works with asp:updatepanel and ajax.
Any ideas on how to fix this?

Viktor Tachev
Telerik team
 answered on 11 Dec 2014
1 answer
482 views
I have a RadAsyncUpload control on my page. I want to be able to attach the file on selecting a file. I do not want the user to click a button after he selects a file. How can I achieve this?
Plamen
Telerik team
 answered on 11 Dec 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?