Telerik Forums
Kendo UI for jQuery Forum
1 answer
90 views

Hi,

is it wanted like that?

kind regards

Konstantin Dikov
Telerik team
 answered on 10 Nov 2015
1 answer
713 views

Is there a way to get only the value of the last selected or removed item?

Also there is an even "select" but there is no event "remove"

Alexander Popov
Telerik team
 answered on 10 Nov 2015
5 answers
589 views
Are there any examples on how to integrate Kendo autocomplete with the google maps geocoder to query addresses?

I haven't been able to find a way how to do this so far so I just use the JqueryUI autocomplete.
Tayger
Top achievements
Rank 1
Iron
Iron
 answered on 10 Nov 2015
4 answers
1.8K+ views
Problem:
 
A kendo UI "window" widget that contains a "grid" widget.
 
The "window" is a popup window, it is hidden on initial page load.
 
The "window" and the "grid" are initialized using Markup ( data-role="window", data-role="grid" and bind, no JavaScript configuration, only for events)
 
A button "Open Window" opens the popup window that has inside a grid.
 
Every time the popup window is opened a new Ajax call must be done for reloading the grid (through: $("#grid").data("kendoGrid").dataSource.read();)
 
Questions:
 
1. How can be avoided to load data the first time?
Note - I do not bind the grid but as the grid nested into the window (container), when that (the window) is bound, the grid is then bound as well
(is there a way to avoid this behaviour?
It could be done defining the grid outside the window and "attach" it at runtime but I would keep the HTML consistent).
 
2. Is there a way to not raise the dataBound.transport.read the first time (on page loading / binding)?
 
3. I tried to set an empty url (for avoiding the Ajax call on page loading) and then change it at every open popup ($("#grid").data("kendoGrid").dataSource.options.transport.read.url = url;) but it doesn't work, the url doesn't change.

 

Thank you for help

 
Kiril Nikolov
Telerik team
 answered on 10 Nov 2015
3 answers
206 views

Hi, 

I'm stuck with the tabbed navigation part. I want to create a new tab on click of a  button(whose name is editable). And on creation of new tab, it should display the same empty table(created using Kendo Grid). I tried to do like http://dojo.telerik.com/iGIqE. But, it did not work.

Please find my js fiddle I've created, below. 

https://jsfiddle.net/aravind_93/ope4ojtg/

 In short, I would like to add new tab on click, whose tab name is editable, which should display empty grid table I've already created. Please advice me on how to do this. (I had tried to integrate Grid inside TabStrip..)

Thank you.

Boyan Dimitrov
Telerik team
 answered on 10 Nov 2015
1 answer
117 views

Hello,

 

I want to get the event when a change is made to the Task.
For example, start, end, it's Field will change the timing of such parentId.
Is there any way?​

Dimitar Terziev
Telerik team
 answered on 10 Nov 2015
4 answers
516 views
My application is dynamically creating and deleting tabs based on user input. I am trying to embed a kendoGrid (or any other kendo control inside one of the tabs but I guess I need to postpone the construction of the kendoGrid until after the content of the tab is created. In another tab I am rendering a diagram using NorthWoods GoJS which also needs to be delayed until the container has been created. Is there an example anywhere showing the best way to do this? I can kind of get it to work using the activate event on the tabstrip but that seems klunky...

Aravind
Top achievements
Rank 1
 answered on 10 Nov 2015
5 answers
349 views
I have set up my MVC application to display a kendo line chart. The kendo scripts are getting loaded correctly, but I get the follow the error:

Error: Object doesn't support property or method 'kendoChart'

I tried to use different versions of JQuery thinking the version 1.5 which is the default for the mvc application has problem. I can't figure this out. Am I getting this error because I'm not loading the JQuery UI? I'm using knockout library in my project. Is there a problem of compatibility kendo has with knockout?
Craig
Top achievements
Rank 1
 answered on 10 Nov 2015
3 answers
214 views

I am using Kendo v 2015.2.624 to create a mobile first website.  We are using the MVC Kendo Grid with multiselect filters instead of the default filter configuration.  This functionality works as expected on all web browsers including Safari on Mac. The only exception is the iPad.  The iPad will expand the filters but won't allow the user to click a filter option nor will it collapse the filter menu.  I have attached a couple of screen shots to see if any suggestions could be offered as to what could be the problem.

Graham
Top achievements
Rank 1
 answered on 09 Nov 2015
7 answers
882 views

Okay so you load a model

var myModel = new kendo.observable({ name: "John", surname: "Doe" });

Then you load a view:

var myView = new kendo.View("idOfTemplateScriptTag", {model: myModel});

Assume you had a layout object called myLayout:

myLayout.showIn("#content", myView, "swap");

This works just fine. Everything okay up to this point.

But the documentation doesn't seem to say anything about how you're meant to replace the model in that view and still have MVVM properly bind all the new values to the relevant HTML elements. There are only two methods:

  1. Destroy and
  2. Render

Are you supposed to:

  1. Reset the myModel properties back to defaults then set them to the new data that you want to display, or
  2. Instantiate a new View and Observable and render them by using ShowIn on the layout object?
Dimo
Telerik team
 answered on 09 Nov 2015
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?