Telerik Forums
Kendo UI for jQuery Forum
6 answers
225 views
In this html (img1), I am trying to re-size the content area of the tabstrip. But on the activate event of the tab strip, the event handler is executed earlier than it is supposed to. So I have to use the setTimeout function to get my page to work properly. I want to make this work without the setTimeout.

If anyone has come across this issue or is willing to help find a solution, it would be great help.
Petyo
Telerik team
 answered on 27 Dec 2014
3 answers
423 views
Hello,

Is there a way to capture the select event of a sub item in a panel bar?

Based on the sub item selected, I want to navigate to a different page.

Thanks for your time and help. 
Petyo
Telerik team
 answered on 27 Dec 2014
1 answer
102 views
http://dojo.telerik.com/ixEWu/5

Hi there. I have put all my html in the dojo with the link above. If you would click the "Add" button you would see that the window appears on the bottom, which adds a scroll bar to the window. I want the window to appear over the content that is already there, so that scrolling is not needed.

Thanks in advance,
Nisarg
Nisarg
Top achievements
Rank 1
 answered on 26 Dec 2014
5 answers
256 views
Dear All;
We are using the grouping property of Scheduler. It is really useful. We show our all technic employees in vertical grouping. 
We want to show all days of month in a line like timeline view.
It is possible?
ziyahan
Top achievements
Rank 1
 answered on 26 Dec 2014
1 answer
160 views
Currently I'm using a callback like below to add a datetimepicker to my column which does not seem to work in combination with persistence:

col.filterable = {
    ui: function(el) {
        el.kendoDateTimePicker({
            format:     'dd/MM/yy - HH:mm:ss',
            timeFormat: 'HH:mm:ss'
        });
    }
}

How can I set the format and timeFormat options when using:

col.filterable = {
    ui: 'datetimepicker'
}
Petur Subev
Telerik team
 answered on 25 Dec 2014
4 answers
534 views

I did hit a bit of an oddity around the binding today, can anyone lend any light on the subject:

Say I have a column defined like this:
{
    field:'ID',
    title:'',
    template: kendo.template($('#id').html()),
    editor: kendo.template($('#id_Editor').html())
 }

And the templates like this:

<script id="id" type="text/x-kendo-template">
      <span data-bind="text: ID"></span>
</script>
 
<script id="id_Editor" type="text/x-kendo-template">
      <span data-bind="text: ID"></span>
</script>

When I initialise the grid like this ...

var model = someModel();
$("#grid").kendoGrid({ source: model });
 
<div id="grid" data-role="grid"
             ...
             data-columns="[ ..., { command: ['edit', 'destroy'] }]">
 </div>


... for some odd reason when I load the grid all looks good, then I hit the edit button in a row the cell goes blank.

Any ideas why the same template results in 2 different results?



Alexander Valchev
Telerik team
 answered on 25 Dec 2014
2 answers
158 views
​When creating tabs within TabStrip, I can pass in an array of objects with Tab information to $el.kendoTapStrip().data('KendoTabStrip').append() function, and it works fine.

But if the tab information is in a kendo.data.ObservableArray (which all arrays within a kendo.observable object get transformed to), then it fails the "array check" within the _create function of Kendo, and consequently tries to get evaluated as a DOM element.

In 2014.4.1119 the line currently is "if (plain || $.isArray(tab)) {", maybe could be expanded to include this counterpart to read:  "if (plain || $.isArray(tab) || tab instanceof kendo.data.ObservableArray) {", or something to that nature.

Thanks!
Alex Gyoshev
Telerik team
 answered on 25 Dec 2014
1 answer
251 views

I have an application that requires that I upload the file, then if successful, send data to the database.  I cannot find a way to trigger the upload in kendoUpload.  The form I'm using does other things besides uploading the file, so I need to:

1. check to see if there is a file in the upload control (how is that achieved in IE9?)
2. if there is, upload the file to the server (how is that triggered?), and then
3. return the status to the user

Is there a demo where this type of operation happens so I can see how it is done?

Thanks!
Eddie

Software
Top achievements
Rank 1
 answered on 24 Dec 2014
6 answers
252 views
Hi,

Is there any work around for kendochart to plot with category axis prefix for min 9AM to 5PM, baseunit as seconds?
It took more than half a minutes to render to chart.

I am using multi pane. One pane for price and the other pane for volume.

Please advise.

Regards,
T. Tsonev
Telerik team
 answered on 24 Dec 2014
1 answer
562 views
Hallo,

I have a problem with the window on the iPad(IOS 8.1.2), when I open a window that is automaticaly maximized there is some free space to the right(around 10% of the screen).
This also happends when I manual try to maximize the window.

It is tested with latest version of kendo ui web (from the ui professional).

Window options:
width: "800px",
height: "600px",
draggable: true,
actions: ["Maximize", "Close"],
resizable: true,
title: fileModel.name,
content: editorModel.url

How I use it to get it maximized 
kendoWindow.center().toFront().maximize();


Dimo
Telerik team
 answered on 24 Dec 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
Drag and Drop
Map
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?