Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
81 views
We want to include a special node item at the top of the DropDownTree that when checked by the user would toggle the embedded treeview's _checkChildNodes property.  Of course, when the "special" item is checked DropDownTree automatically adds it to the Entry area.  Is it possible to remove this newly added entry but keep the node checked?

Thanks...Bob Baldwin
Trabon Solutions
Shinu
Top achievements
Rank 2
 answered on 09 May 2014
1 answer
92 views
I noticed this on the demo for batch editing and it is impacting my application as well.  If you edit the value in a cell and then scroll the page, the edited value is ignored and the cell resorts to the value that was previously in the cell.  Is there anyway to work around this?

See attached picture for a visual.
Kostadin
Telerik team
 answered on 09 May 2014
1 answer
82 views
Hi there.

How do I get the interactive google charts to work inside a rad ajax panel? I want to be able to post back the panel and update the data for the charts and have them redraw.

Thanks in advance.
Chris
Marin Bratanov
Telerik team
 answered on 09 May 2014
1 answer
57 views
Can I set the monthly "more" link to go to the Agenda view instead of the Day view?

How? thanks!
Plamen
Telerik team
 answered on 09 May 2014
5 answers
767 views
Hello,

Does anyone know of a mask or a way to have the standard IP Address mask NOT require entering the leading 0s, i.e.

192.168.1.1 instead of 192.168.001.001.

<telerik:RadMaskedTextBox ID="RadMaskedTextBox2" Runat="server" Mask="<0..255>.<0..255>.<0..255>.<0..255>">  
</telerik:RadMaskedTextBox> 
 


-Steve
Vasil
Telerik team
 answered on 09 May 2014
3 answers
94 views
While reading the installation and deployment documentation for the Telerik ASP.NET AJAX tools, it states in several places that you need to install ASP.Net AJAX and provides a link to the ASP.Net AJAX toolkit downloads.  Is this really true?  I have tried several of the samples and do not have the ASP.Net AJAX toolkit installed and everything seems to run fine. 

Also there are a lot of references to Visual Studio 2005, 2008, and 2010 and Windows Server 2003, and IIS5 and 6.  No references to Visual Studio 2013 or Windows Server 2012, and IIS 8.  I am not sure what does or does not apply to the newer Visual Studio 2013, .Net 4.5, and IIS 8 as they are not mentioned in the docs.  It seems to me that the docs need an update or maybe just a new addendum of docs that apply to the newer tools and platforms.

Thanks,
Charlie
Rumen
Telerik team
 answered on 09 May 2014
1 answer
114 views
I want Select node value of dropdowntree at server side 
for that I used dropdowntree.selectedvalue,dropdowntree.selectedvalue but it is not working
Shinu
Top achievements
Rank 2
 answered on 09 May 2014
3 answers
157 views
Hi 

I'm making changes to a project I mad a few months ago.

But when I open the designer all of my controls have errors.

"Error Creating Control - RadAjaxManager1Failed to create designer 'Telerik.Web.UI.RadAjaxManager, Telerik.Web.UI, Version=2013.3.1114.40, Culture=neutral, PublicKeyToken=121fae78165ba3d4"

That is just one example.

I've tried updating, and just about everything else that I've found on these forums and nothing has fixed the problem.

Please help.

Grant.
Radoslav
Telerik team
 answered on 09 May 2014
1 answer
101 views
Hi all,

I was looking for RadGridView sample's at telerik demo website and i did not found a demo the RadGridView don't use SqlDataSource to bind some data and some RadComboBox/RadDropDownList edit template columns.

Does anybody have an example of a radgridview that don't use SqlDataSources filled at code behind and have some RadComboBox/RadDropDownList edit template columns filled at code behind too?

Tks
Shinu
Top achievements
Rank 2
 answered on 09 May 2014
1 answer
112 views
Hi

I create a RadGrid and a RadButton by code.
The RadButton is deactivating my RadGrid:

            this.editButton = new RadButton();
            this.editButton.Visible = false;
            this.editButton.AutoPostBack = true;
            this.editButton.Click += EditButtonOnClick;

        private void EditButtonOnClick(object sender, EventArgs eventArgs) {
                this.DataGrid.Enabled = false;
                this.DataGrid.ClientSettings.EnablePostBackOnRowClick = false;
                this.DataGrid.ClientSettings.Resizing.AllowColumnResize = false;
                this.DataGrid.ClientSettings.Selecting.AllowRowSelect = false;
                this.DataGrid.ClientSettings.AllowKeyboardNavigation = false;
        }

This is working great.
But now, I have also to deactivate the RadGrid at doubleclick on a row. For this, I have created a javascript for OnRowDblClick for the RadGrid:

            var script = @"
function RowDblClick(sender, eventArgs) {
$find(""" + editButton.ClientID + @""").click();
}";
            var javaScript = new HtmlGenericControl("script");
            javaScript.Attributes["type"] = "text/javascript";
            javaScript.InnerHtml = script;
            Controls.Add(javaScript);

            this.DataGrid.ClientSettings.ClientEvents.OnRowDblClick = "RowDblClick";

The RowDblClick will be executed on DoubleClick - I have checked this with a alert(). But the Click-Eventhandler of the EditButton on the Serverside will not be executed. Can someone help me please how I can do this? - Thanks.

Thomas
Shinu
Top achievements
Rank 2
 answered on 09 May 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?