Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
205 views

Is there anything wrong with this scenario?  (For a change this only seems to happen in Chrome, both from the server and when run in Visual Studio.  IE and Firefox don't have this problem.)

This is a Dot Net 4.0 C# web app.  I have a Master page with a RadAjaxPanel.  The panel contains an asp:Repeater which functions as a menu at the top of the page.  The repeater contains and item template using an asp:LinkButton.  The link buttons all fire a single event handler.

In the page using this master page I have another RadAjaxPanel.  This contains an assortment of RadComboBoxes and one RadMenu, just added.  

If I change the setting of any of the RadComboBoxes or the RadMenu (if any SelectedIndexChanged event fires) the repeater link buttons are disabled.   The click event does not fire. (Sometimes.  It seems to be intermittent.)  If I refresh the page the links work again.

Suggestions?

Maria Ilieva
Telerik team
 answered on 05 May 2015
1 answer
118 views

Hello,

I am currently exporting my grid using the grid.MasterTableView.ExportToExcel() method. I am looking to format the outputted excel spreadsheet. I have read that this is possible using HTML/CSS-based formatting, but I would prefer not to change my current implementation of export. Would someone be able to provide an up-to-date example on how to format the excel export when using ExportToExcel()?

Thanks,
Matt

Kostadin
Telerik team
 answered on 05 May 2015
1 answer
80 views
Any body can help me how to do this? I have one rad grid with Start and End radgrid button column . What I want to do is when I click Start button only that row enable and the rest rows must be disable.
Eyup
Telerik team
 answered on 05 May 2015
3 answers
233 views
RadHtmlChart - can I tell the labels to be centered on the series line and the line does a gap right there with no line or marker behind the number.
this is an option in excel when doing a chart.
Danail Vasilev
Telerik team
 answered on 05 May 2015
4 answers
211 views

Dear Supporters !

 Have a nice day.

Currently, I have using RadControl for ASP.NET to develop any systems.

I have used RadAsyncUpload control in RadGrid. No problems.

However, when RadAsyncUpload control in RadGrid, it it duplicated into 2 controls that the same in EditMode (Insert and Upload mode).

+ The first control: after select files, these files are not displayed. (I think this no right)

+ The second control: it is OK.

More defails about designer screen and actual problem screen is stored in attachment files.

Thanks in advanced !

tienit

Nguyen Quyet
Top achievements
Rank 1
 answered on 05 May 2015
0 answers
69 views

HI Telerik 

I have several large controls showing HTML data on a page. Problem is that html in one control is affecting other controls.

Is there any control that I can use to keep the HTML isolated for each control, so that it doesn't affect the other controls at all..

Thanks in advance.

Nick
Top achievements
Rank 1
 asked on 04 May 2015
0 answers
112 views

I have a control which is a grid, and has child controls of 2 tabs (which one control is a view, the other a grid).

 If I change selected rows on the parent, the view refreshes fine by me calling child1.DataBind().  If I try child2.DataBind() the even isn't called.  Why is that working for the view and not the grid?

Stacy
Top achievements
Rank 1
 asked on 04 May 2015
7 answers
278 views

Hello!

I'm still using the classic RadTreeView and can't find out why the click event is not fireing. I'm using ExpandMode="ServerSideCallBack".

 

Here my code:

 

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
 
<%@ Register Assembly="RadTreeView.Net2" Namespace="Telerik.WebControls" TagPrefix="radT" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head runat="server">
   <title></title>
</head>
<body>
   <form id="form1" runat="server">
   <div>
      <asp:ScriptManager ID="SM" runat="server" />
      <radT:RadTreeView ID="tree" runat="server" OnNodeClick="tree_NodeClick" OnNodeExpand="tree_NodeExpand">
         <Nodes>
            <radT:RadTreeNode runat="server" ExpandMode="ServerSideCallBack" Text="Test" />
         </Nodes>
      </radT:RadTreeView>
   </div>
   </form>
</body>
</html>

 

 

using System;
 
using Telerik.WebControls;
 
public partial class _Default : System.Web.UI.Page {
 
   protected void tree_NodeExpand(object sender, RadTreeNodeEventArgs e) {
      var newNode = new RadTreeNode("New Node");
      e.NodeClicked.Nodes.Add(newNode);
   }
 
   protected void tree_NodeClick(object sender, RadTreeNodeEventArgs e) {
      Console.WriteLine(e.NodeClicked.Text);
   }
}

 

Thanks for helping!

 

Regards,

Tonino.

Ivan Danchev
Telerik team
 answered on 04 May 2015
4 answers
119 views
See screen shot of the error on your demo. Example is a file with ++  escaped (Notepad++.jpg)
Vessy
Telerik team
 answered on 04 May 2015
1 answer
82 views

Hi all

I would like to know if it is possible exclude exporting of some control inside the export area. ( button for example )

Tks in advance

Walter

Dimitar
Telerik team
 answered on 04 May 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?