Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
44 views
Hello,

Online you show a demo called cross-layer integration demo. You have a set of markers for places to visit on the map. You also have them connected with a line drawn showing the route. How do you draw the line on there? I saw in code how to add markers but if I want to draw a route on how to get somewhere how do you add that line for the route on the streets?

Thanks,

Warren
Konstantin Dikov
Telerik team
 answered on 19 Sep 2014
1 answer
204 views
Hello Folks,

I am facing this problem from Yesterday. I request one and all to help me out ASAP if you have the solution.

We  are working with an application in ASP.NET Framework [ 2.0] and using Telerik [2009.1.527.35] version. We got a problem with DropDownList not working properly in some IE versions after windows update done last night.

Even though the matching data is received after you type the first letter in the dropdown field the auto-complete dropdown just goes blank after you enter the second matching letter.  

For example
When you move into a dropdown field and type the first letter, it correctly starts the matching process.  However, as soon as you type a second letter, the text that you are typing disappears. When you move your mouse cursor near to dropdown field then the selected item appears. This strange behavior we came across yesterday and only in few browsers with different version numbers. Such as in IE11 (KB2976627) version the dropdowns are working fine but when we checked with IE11 (RTM) version we had an issue.

PS: I have attached the screenshots

Thanks in advance

 
Kumar G

Dimitar
Telerik team
 answered on 19 Sep 2014
2 answers
155 views
Hi all

I have an RADGrid which is bound to an ObjectDataSource. I use an SQLDataReader to read a self joined table from the database. After having tried several sql statements with table aliases, I ended up with the following (simplified) sql statement:

Select F.SysID, F.Companyname, F.Address, K.sysID As ConsSysID, K.Companyname As ConsCompanyname, K.Address As ConsAddress From Company As F Left Outer Join Company As K on F.ConsolidatedWithID = K.SysID

In cases where a company belongs to another company (holding structure), the field ConsolidatedWithID contains the SysID of the holding company it belongs to. When reading the SqlDataReader, objDataReader("ConsCompanyname") returns the correct value from the database. However in my RADGrid the GridBoundColumn with DataField = "ConsCompanyname" doesn't show any value.

Any help appreciated. Thanks.

Jürg
Jürg
Top achievements
Rank 1
 answered on 19 Sep 2014
2 answers
308 views
Hi everyone,

I'm manipulating a RadComboBox client-side in javascript using jquery and need some help. I'm loading items into the dropdown via the requestItems() method. I would like to do a synchronous wait until the dropdown has finished loading completely. I couldn't find any such methods in the documentation: http://www.telerik.com/help/aspnet-ajax/combobox-client-side-radcombobox.html

Here's my code

var cb = $find('RadComboBoxId');
var filterText = "my filter";
 
cb.clearItems();
cb.clearSelection();
cb.showDropDown();
cb.set_text(filterText);
cb.requestItems(filterText, false);
/* i would like to wait synchronously here until the list has completely loaded
   before proceeding to the next line. */
alert('all relevant items have been loaded!');

Does anyone know of a solution? Solution doesn't have involve jquery.

Thanks!
Dili
Top achievements
Rank 1
 answered on 19 Sep 2014
1 answer
85 views
How would I disable all future dates so they are not selectable?

Andy
Andy Green
Top achievements
Rank 2
 answered on 19 Sep 2014
5 answers
117 views
Hello,

I'm using OLAP connection to pivot grid. 

When dimension attribute checkbox is used to select dimension attribute it moves the selected attribute to "Row Fields" and after refreshes if it is a aggregate field it will be moved to the appropriate zone. why isn't it getting moved to the correct zone straight away when checkbox is used to select the dimension attribute?

please refer the link for a video demonstrating the issue : https://www.youtube.com/watch?v=MVMaZdbBv1s&feature=youtu.be

Thanks and Regards,
Yohan
Milena
Telerik team
 answered on 19 Sep 2014
2 answers
132 views
I have a tooltip manager on a page and I tooltipify rad grid rows using the standard method outlined in the demos. I would like to specify the tooltip title based on the row. How do I do that? It doesn't look like there is any server-side access to the specific tooltip being generated in the OnAjaxUpdate event handler. I also thought maybe I could handle the OnClientBeforeShow, or OnClientShow events of the TooltipManager client-side and set the title that way, but I couldn't figure out how to either get an instance of the tooltip being generated, or pass info from the Grid ItemDatabound event to the tooltip so I can use the set_title() method.
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
 answered on 19 Sep 2014
1 answer
149 views
Hi Team,

Currently i am using the telerik DLL(telerik.web.UI,telerik.web.ui.skins) version of 2013.1.403.35 in my solution.
I want to implement the batch editing functionality for my current solution.In the current DLL version the EDITMODE=BATCH property is not there.
So we are decided to upgrade our dll to latest version(2014.2.724.35).

We have one aspx page which contains telerik controls.This aspx page we are using as homepage for our application.
Once  upgrading  old DLL to new DLL  and building the solution has completed  this aspx page is loaded as a blank screen.

1)Can any one please let me know the differences between these two versions.
2)What is the reason for this aspx page to display as blank page.

Regards,
Sudhakar.
Marin Bratanov
Telerik team
 answered on 19 Sep 2014
2 answers
157 views
I would like to skip the insert form template and automatically create the appointment.  Ideally I would like the double-click of a timeslot to skip the FormCreating and FormCreated events and fire the AppointmentCommand where I could manually set necessary appointment properties to the desired values.  Any ideas how to do this?
Andy
Top achievements
Rank 1
Iron
 answered on 19 Sep 2014
2 answers
271 views
Good day!!

I was wondering... is it possible to enable the "Check all" option in a radcombobox, but only check those items that are currently visible??

For example, when you used the "Contains" filter and it shows 10 out of 100 items, I would like to know if it is possible that the Check all option only checks those 10 items and not all 100 items.

Thank you!
Chaim
Top achievements
Rank 1
 answered on 19 Sep 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?