Telerik Forums
Kendo UI for jQuery Forum
5 answers
412 views
Hello,

Is there any way to get the connection lines rendered correctly?
I mean, for example in this dojo: http://dojo.telerik.com/eJiTU

You can see that the connection line between Antonio Moreno and the first Elizabeth Brown is rendered on the background (the second Elizabeth Brown shape is over it), giving the impression that it is like a sibling of the second Elizabeth Brown instead of a child of Antonio Moreno. Could that connection line be drawn on the x axis from Antonio Moreno, and then when it reaches the x position of the first Elizabeth Brown get down on the y axis?

The same goes for the connection line between Antonio Moreno and Felipe Izquiedro, the line is rendered over the shape of Diego Roel.

These issues makes the diagram control (for me at least) not qualified to use them as part of my product. These are minimal issues, but uglifies the whole diagram.
And of course if there are many other children in any level it gets worse.

So is there already any way to fix this?

Thank you
Aaron
Top achievements
Rank 1
 answered on 18 Nov 2014
2 answers
263 views
We are developing using Kendo UI / UI for ASP.MVC. The product versions are UI for ASP.NET MVC Q1 2014 and Kendo UI Complete v2014.1.318.

The controls are created using an MVC View as follows and the 'title' attribute used for tooltip is injected from a view model Description attribute.:

@(Html.Kendo().DropDownListFor(m => m.VehicleType)
.HtmlAttributes(new { style = "width:250px" ,

title = ModelMetadata.FromLambdaExpression<IncidentsViewModel, string>(
model => model.VehicleType, ViewData).Description
})
.BindTo(Model.VehicleTypeList)
.OptionLabel("--Select Value--")
)

the Kendo UI tooltip is attached using jquery as follows (this is an example or a dropdown list). The key to this code being that the title attribute is copied from the default input tag for the list to the kendo controls 'wrapper' tag - where the tooltip is attached.

$('.k-widget.k-dropdown.k-header').not("[aria-owns='dlAdmin_listbox']").kendoTooltip({ width: 250, position: "top" });

$('[data-role="dropdownlist"]').each(function () {
var ele = $(this).data("kendoDropDownList");
if (ele && ele.element[0].title && ele.element[0].title != "") {
ele.wrapper[0].title = ele.element[0].title;
ele.element[0].title = "";
}
});


This approach works well in IE 8+ and Chrome. However for FireFox we are intermittantly seing 'flicker' effects when a control is hovered over. I believe that this maybe related to the form scrolling - but I am not certain of this. It seems to occur more frequently when there are many controls with many tooltips on a form.

I attach a sample project to demonstrated this issue.

Thank

Ian
Ian
Top achievements
Rank 1
 answered on 17 Nov 2014
1 answer
167 views
I'm using seriesClick event handler to provide navigation features fro my users.
However, when I'm trying to enable selection and/or zooming for the chart:
  categoryAxis: {
                    field: "year",
                    select: {
                        from: 0,
                                to:9
                    },
                },
  selectEnd: function(e) {
// Handler here
                              },

 seriesClick event is never fired, selectEnd event is fired instead. Expected behavior seriesClick for clicks on the line and selectEnd for changing selection

Sample without selection that works: http://dojo.telerik.com/avOxE
Sample with selection and broken seriesClick: http://dojo.telerik.com/avOxE/3

​
Iliana Dyankova
Telerik team
 answered on 17 Nov 2014
1 answer
78 views
Hi,
I want to add 2 or more header templates in between my datasource Text which is not selectable or a Text which is not selectable. How can I do it?

Here is my JSFiddle: http://jsfiddle.net/devna_sahai/g8n02hyh/

I want Fruits as Template above Apples and Vegetables above Potatoes.

Please guide.

Thanks and Regards
Devna
Alexander Valchev
Telerik team
 answered on 17 Nov 2014
1 answer
176 views
When trying your demo of 'Export to Excel', the demo works perfect and all data gets exported to excel.

Then I take the demo of 'Binding to remote data' and insert an export function for Excel. When trying that, it is only the inital loaded data that gets exported to Excel. That make sense because the children data, isn't loaded yet.

If I fold out the treelist to load in more data and then again make an export, the children still doesn't get exported.

It works fine with pdf export.

Thanks.
Alex Gyoshev
Telerik team
 answered on 17 Nov 2014
3 answers
166 views
I have a stock chart attached to remote data source with grouping. It could show legend and group name in the tooltip, however it doesn't show legend for each group.

Code sample is here: http://dojo.telerik.com/UgIqI/2
​
Iliana Dyankova
Telerik team
 answered on 17 Nov 2014
6 answers
1.0K+ views
Hi Everyone,

I am checking test-ability of Kendo UI application with CUIT (Coded UI of Microsoft). Whenever I added Id property it reflecting to edit control not for whole NumericTextBox.

How can I provide Id property to whole  NumericTextBox Kendo UI control. This behaviour observed on Sample Kendo UI controls. Please see the image



Regards,
Rajendar
Atanas Georgiev
Telerik team
 answered on 17 Nov 2014
1 answer
63 views
Hi Everyone,

There is no unique properties for controls inside Grid editing popup Edit window.  
Workflow: Open Grid Editing popup then click on Edit button then Edit window will populate There is no unique properties for controls inside Edit window

Please see attached image for controls

Regards,
Rajendar.
Atanas Georgiev
Telerik team
 answered on 17 Nov 2014
1 answer
76 views
HI Everyone,

Can you please provide unique properties to all  horizontal bars in Gantt view
Please see image for controls.

Regards,
Rajendar
Atanas Georgiev
Telerik team
 answered on 17 Nov 2014
1 answer
79 views
HI Everyone,

Can you please provide unique properties to two splitter controls.
Please see image for controls.

Regards,
Rajendar
Atanas Georgiev
Telerik team
 answered on 17 Nov 2014
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
DatePicker
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Application
Map
Drag and Drop
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
Filter
SPA
Drawing API
Drawer (Mobile)
Globalization
LinearGauge
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
PivotGridV2
Licensing
ScrollView
Switch
TextArea
BulletChart
QRCode
ResponsivePanel
Wizard
CheckBoxGroup
Localization
Barcode
Breadcrumb
Collapsible
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
TimePicker
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
SmartPasteButton
PromptBox
SegmentedControl
+? 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?