Telerik Forums
Kendo UI for jQuery Forum
5 answers
205 views
in 13Q3, it was possible to write HTML/SVG into the field which holds the label and to yield

<text id="k10835" data-model-id="k10836" x="59" y="36" fill-opacity="1" style="font: 12px Arial,Helvetica,sans-serif; " fill="#232323">
<tspan class='seriesLabel' >the label</tspan>
</text>

i.e. wrap the content with a tspan and a class which can label be used for CSS selector

but now, it is rendered with a quotation mark:

<text id="k10835" data-model-id="k10836" x="59" y="36" fill-opacity="1" style="font: 12px Arial,Helvetica,sans-serif; " fill="#232323">
"<tspan class='seriesLabel' >the label</tspan>"
</text>

and the whole "<tspan...." text is shown



T. Tsonev
Telerik team
 answered on 31 Jul 2014
1 answer
299 views
Hi,

I run into an problem when using
<ul data-role="listview">
there seems to be a bottom border of the ul element, but when I inspect it in chrome, I could not figure out where is it defined.
Now I need to remove this bottom border, any ideas?

Thanks,
Qiu,Juan
Kiril Nikolov
Telerik team
 answered on 31 Jul 2014
1 answer
157 views
I'm using the mobile PopOver in a Kendo Web SPA so I have to initialize my PopOver's manually by calling kendoMobilePopOver.  Everything is fine if I use the kendo.default.mobile.min.css CSS file but I want to use the flat theme so if I add the kendo.mobile.flat.min.css CSS file it doesn't render out correctly.  What combination of CSS files would I need to include to make this work?

Scott
Kiril Nikolov
Telerik team
 answered on 31 Jul 2014
1 answer
42 views
Hi

My grid is defined as follows:

 @(Html.Kendo().Grid<DataModels.Picking.PickingAssignmentItemViewModel>()
        .Name(@UserInterface.Resources.GridRes.GridChild)
        ....
        ....

When I try run in IE I get a conditional compilation error pointing at the name part in Jquery..(version number) on this line
    $.ui.plugin.add("resizable", @UserInterface.Resources.GridRes.Grid, {

Can anyone suggest a way of stopping the error happening? It's incredibly annoying while debugging.

I've read that I need to add @cc_on for these types of errors but the error I get appears in the dynamic version of this JQuery file so I'm unsure where to put it, and it doesn't like it in the actual view.

I'm using MVC Razor and JQuery
Atanas Korchev
Telerik team
 answered on 31 Jul 2014
2 answers
87 views
I am able to save Grid's sort, reorder and hidden states to database and also able to load Grid state based on saved data. For reorder and hidden columns, I am getting stored information on client side and hiding/reordering columns accordingly.

It is having icon problem when I am restoring state for sort from database. The sorting process is working fine after manipulation of DataSourceRequest but it is not able to show descending/ascending icon on columns. If I am manually putting Sort methods under Kendo MVC wrapper then it is working fine but I need them dynamically generated.

Please suggest what needs to done.
Vikash
Top achievements
Rank 1
 answered on 31 Jul 2014
4 answers
123 views
hi i work in new app in visual studio in telerik extension.
i am try to put video .
i use this code.
-------------------------------------------------------------------------
<video width="360" height="240" controls>
        <source src="video/HowBrushYourTeeth.mp4" type="video/mp4">
</video>
-------------------------------------------------------------------------
but it does appear when i see the app in the simulator.
did i need to do some more action to get it work.
-------------------------------------------------------------------------
and i need a dynamically way to load video in jquery..
thank you very much
Tsvetina
Telerik team
 answered on 30 Jul 2014
1 answer
159 views
Hello,

kendo.support.scrollbar() does a bunch of root node DOM manipulation behind the scenes, triggering a reflow of the entire page every time it is queried. This is despite the fact that all it does is return a fixed numeric value.

Is there any reason it needs to do the DOM manipulation every call? We have patched it as below, and a bunch of our code (including kendo elements!) now perform better.

var browserScrollbarWidth = kendo.support.scrollbar();
kendo.support.scrollbar = function () {
    return browserScrollbarWidth;
};
Kiril Nikolov
Telerik team
 answered on 30 Jul 2014
1 answer
93 views
Currently upgrading our Kendo UI library from 2013.3.1324 to 2014.2.716 and getting a breaking change in the way the MVVM data binding is working. I used to be able to get the element / event "target" as a function parameter, but now there is nothing passed when "get" calls the target function. Is there documentation I might have missed outlining this breaking change?

It can be demonstrated with the following JSBin (just swap out the Kendo UI src from 2013.3.1324 to 2014.2.716).
http://jsbin.com/qetag/1/edit?html,css,js,console,output

Petyo
Telerik team
 answered on 30 Jul 2014
1 answer
128 views
So I set my width to auto:
dropdownlist.list.width("auto");

which when the browser is large it works great.  Say the width is around 500px which is what I want (the control is 250px).  But if I move the broswer down to a phone width say 300px, the dropdown list is still at 500px.  Should this auto adjust, or do I need to add an event on the broswer resize
Georgi Krustev
Telerik team
 answered on 30 Jul 2014
1 answer
107 views
Hello everybody, 

I am trying to use the upload control in a safari browser.

But I found there is not capability to select more than one file at time ( I mean in the file explorer window) ...You can see this behavior in the demo page: http://demos.telerik.com/kendo-ui/upload/index from a safari browser.

Is this a safari restriction? Is there a workaround to allow multiple selection in the file explorer window?

Thanks for the help!

Regards
Dimiter Madjarov
Telerik team
 answered on 30 Jul 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
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Breadcrumb
Collapsible
Localization
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
AIPrompt
TimePicker
AICodingAssistant
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?