Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
64 views
I'm handling a combo ClientOnDropDownClosing event in javascript. If I drop down the combo and then click off of (lose focus on) the combo, is it possible to see that the combo has lost focus in the DropDownClosing event before executing the code?
Shinu
Top achievements
Rank 2
 answered on 25 Feb 2009
1 answer
297 views
hi

i need to map data from a tree view to a datagrid textbox control , i have seen a example of tree view with drag in drop-

In my scenario i dont want to stop the dragging of root node of each node is it possible ?? i have seen a post i n which some wrtie to use enable disable propety of a node by getting the vlaue or text of a node bu in my case the root nodes or the whole tree wud be different the root nodes wil not be known coz the data in tree view will be generated thraough an excel file data and the columns for root nade and values will be differnet

is it possible to identify the root nodes dynamically and can we stop dragging of root nodes only

Shinu
Top achievements
Rank 2
 answered on 25 Feb 2009
30 answers
410 views
I haven't yet been able to try Prometheus yet, but as far as I can see ColorPicker doesn't directly support specifying custom color value.

Why not make it possible to set the custom values e.g. using three slider controls and/or an input box ... all the controls are there?


Todd Anglin
Top achievements
Rank 2
 answered on 25 Feb 2009
4 answers
188 views
Hi,

I am using the RadTimePicker and casuing to fire onblur event for javascript as below. I tried others like onkeypress and they are ok.

                                                <telerik:RadTimePicker ID="footerRadInsStartTime" runat="server" onblur="methodname">
                                                </telerik:RadTimePicker>

It does not seem to be firing the event. Any idea how I can make this happen.

Thanks
Amendra



Amendra
Top achievements
Rank 1
 answered on 25 Feb 2009
3 answers
159 views
hello,

i am using 2008 q3 ajax radcontrols with vs2008sp1 and latest sp on all net frameworks.  i have tried with net2 and net35.  i have tried my own projects and new projects and the telerik projects.  i have tried registering the telerik.web.ui.dll in the GAC for both net2 and net35.

two issues
in my own project i get an error 'A runtime Error has occurred. Do you wish to debug?  Line 13 Error: Object expected.
on this line of code var combo = $find("RadComboBox1");

in all projects i do not seem to have access to Telerik intellisense within javascript.  i have even tried with this Telerik example
Telerik.ComboboxExamplesCS.MultipleComboBoxes

When I try to click a . in the code below to bring up intellisense, I do not get any Telerik intellisense.  For example if I click . next to citiesCombo. , I do not see set_text option or requestItems as expected.

                function LoadCities(combo, eventarqs)
                {    
                    var countriesCombo = $find("RadComboBox2");    
                    var citiesCombo = $find("RadComboBox3");
                    var item = eventarqs.get_item();
                    
                    citiesCombo.set_text("Loading...");
                    citiesCombo.requestItems(item.get_value(), false);                    
                }

I have searched Telerik and Google with no luck, many old references to the intellisense anyway.

How can I get access to Telerik intellisense within javascript.

Thanks,

avh



Mike Reeder
Top achievements
Rank 1
 answered on 24 Feb 2009
2 answers
110 views
I need some help addressing the following issue.  I have a grid that uses a pop-up for editing the data as done in the example (http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/popupeditform/defaultcs.aspx) and it works just fine.  However there is a radMenu across the top of my page that remains "above" the popup window.   Obviously I would like that in the background as well - please advise as to how this can be done.

Thanks in advance,
Al
Alfred Ortega
Top achievements
Rank 2
 answered on 24 Feb 2009
1 answer
97 views
Hi,
We have implemented combobox in an ajax web page. We are using web service to display the data. But the problem is that when a user enters single quote, for example, sam's, it comes up as sam&quotes and thus does not get the correct result. How can i pass the value as is or is there any other workaround? Please suggest.

Thanks!
Saumin
Simon
Telerik team
 answered on 24 Feb 2009
6 answers
199 views
Hello!

I have RadComboBox in RadAjaxPanel which is in WebUser Control. I use this WebUserControl on main page and on subpage. On main page it is working without problems but when I try to postback (selection item from RadComboBox) on subpage I'm getting this error in JavaScript error console (Firefox 3.0):

Error: [Exception... "Access to restricted URI denied"  code: "1012" nsresult: "0x805303f4 (NS_ERROR_DOM_BAD_URI)"  location: "http://mypagedomain.com/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_easyRadScriptManager_HiddenField&_TSM_CombinedScripts_=%3b%3bTelerik.Web.UI%2c+Version%3d2008.1.619.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-GB%3a4364035f-7a19-4477-bb96-de2f05499ebe%3afe8d4455%3adcf52240%3afe3916f2%3a9265f342%3a6e6298e2%3a170a45d3%3a3e33fb52%3a5f3d0562%3ac7991a52%3afe26d610%3a84b3a4b9 Line: 4935"
Source file: http://mypagedomain.com/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_easyRadScriptManager_HiddenField&_TSM_CombinedScripts_=%3b%3bTelerik.Web.UI%2c+Version%3d2008.1.619.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-GB%3a4364035f-7a19-4477-bb96-de2f05499ebe%3afe8d4455%3adcf52240%3afe3916f2%3a9265f342%3a6e6298e2%3a170a45d3%3a3e33fb52%3a5f3d0562%3ac7991a52%3afe26d610%3a84b3a4b9 
Line: 4935 

Thanks
Ryan
Top achievements
Rank 1
 answered on 24 Feb 2009
3 answers
172 views
I am using RadInputManager to create a series of numeric text boxes. Although 0 is an allowed value, when submitting the form the text box is cleared.

Here is the sample code I have been using to test this:

 

<asp:ScriptManager ID="SM1" runat="server" />

 

 

<telerik:RadInputManager ID="RIM1" runat="server">

 

 

<telerik:NumericTextBoxSetting BehaviorID="Number" DecimalDigits="2" MaxValue="9999.99" MinValue="0.00" EmptyMessage="Type something" Type="Number">

 

 

<TargetControls>

 

 

<telerik:TargetInput ControlID="TestBox" />

 

 

</TargetControls>

 

 

</telerik:NumericTextBoxSetting>

 

 

</telerik:RadInputManager>

 

 

<asp:TextBox ID="TestBox" runat="server" />

 

 

<asp:Button ID="Submit" runat="server" Text="Submit" />

 

Andrew
Top achievements
Rank 1
 answered on 24 Feb 2009
2 answers
75 views
Hi

I have a RadGrid displaying 6 columns from an SQL DataSource. 'Autogenerate columns'
is checked.

All works fine except I almost never want to use column names from a database
for ordinary website visitors. They are condensed and unfriendly (The columns, that is,
not the website visitors!).

With the the standard Ajax toolkit the column headers could be specified separately, but
I don't see an easy way to do this with RadGrid.

Also I need to adjust column widths and justification( right/left/center)

How can I best do these things?

(VB for preference)

Thanks

Clive

Clive Hoggar
Top achievements
Rank 1
 answered on 24 Feb 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?