Telerik Forums
Kendo UI for jQuery Forum
1 answer
80 views
Hi, 
I'm facing some problem to implement pull to refresh feature. Actually I have to show some RSS feeds which I'm getting using yahoo.pipe and I'm returning json object, which schema you can view in attached image.

Problem is this I need to bind items with list view and every time request to this remote pipe it will return me a single object and that particular object internally contains items array and I have to bind this item array to list view and implement pull to refresh. I'm not sure how could I do this. 

I read documentation and try to define the schema of my return json object but still, I'm not able to show data. If I go through the firebug or developer tools its requesting the provided URL but just because of single object in return on every call, I'm not able to bind it with list view and implement pull to refresh feature. Its my limitation that I must have to return single object and that will contain items array which will bind with list view with pull to refresh feature.

Please help me, I'm stuck on it.
Alexander Valchev
Telerik team
 answered on 25 Jul 2012
0 answers
80 views
Hi,

I believe I have stumbled across an issue with the most recent release of the Kendo Web UI JavaScript library in the MVVM bindings.

It seems that when you define a binding snippet of HTML using the data-template and nest a second data-template the parent template is incorrectly re-rendered when the child collection is changed.

I have created two JSFiddle projects that demonstrate the issue in 2012.2.710 and the the code working correctly in 2012.1.322.

The data set that I am working with in my project can contain 1 to many image sets (collections of images AKA a layer) and each image set can have 0 to many images.

When I attempt to add a new image to the image set's images array the MVVM bindings refresh for the image set and render a second time using the selected image record as a new "image set" resulting in the entire snippet being repeated on the page.

This behavior did not exist in 2012.1.322.

The expected behavior of the code I have provided is that when you click add image the new image will be appended to the images already displayed.

My sample project:

Using Kendo 2012.1.322 (working correctly)

Using Kendo 2012.2.710 (incorrectly rendering the parent data-template)
Glenn
Top achievements
Rank 1
 asked on 25 Jul 2012
2 answers
187 views
Hi,

I'm trying to load a div from a html file via jQuery on a menu item select.  I need to be able to specify the url of the html file as part of the menu structure and then process that in the select event of the menu without the browser trying to navigate to the specified page.  I'm sure that this is this possible, but I am having difficulty locating any documentation that can help.  Can anyone point me to where I can find out more details about the menu items, event parameters, etc. beyond the demos and the documentation on this site? 

Thanks.
Alex.
Mario Petrov
Top achievements
Rank 1
 answered on 25 Jul 2012
1 answer
69 views
I need to make my menus 508 compliant.  Well, all the tools for that matter, but right now I'm on the menu control.  How can I setup keyboard shortcuts to work with the menu?

Thanks in advance!
Iliana Dyankova
Telerik team
 answered on 25 Jul 2012
3 answers
185 views
Here is the situation.

I have a view with a nab bar and list view.

I register a swipe and click events as follows:

See attached file for code

Things work great until I go to another view and then return to this one.  The events are gone.

I guessed that maybe I should register them each time the view is shown, hence the above in showForm.

Again it all works great until I go away from the one view and come back.

Has anybody seen this before?
Iliana Dyankova
Telerik team
 answered on 25 Jul 2012
0 answers
136 views
Hai


I Am going to create web application using kendo UI Web Controls. My application requires different themes for the controls. How can i apply themes/skin for the controls or whole application.

Provide me the sample code for applying themes for the controls?


Thanks
Lakshmi t
Top achievements
Rank 1
 asked on 25 Jul 2012
0 answers
111 views
Is there any workaround that you may suggest about creating a hierarchy grid using server binding?
I have attached a sample MVC3 application with kendo grid hierarchy using server binding in the master table (which indeed, doesn't work). Is kendo hierarchy grid for ajax binding only?
I hope for your kind reply.

All the best,
Avitot
Avitot
Top achievements
Rank 1
 asked on 25 Jul 2012
0 answers
130 views
I am using a portal called liferay within which there are small portlets. Each portlet will consist of an html page.

This html page of mine contains 3 windows which can be dragged and adjusted. When this was embedded inside a portlet, the windows didnt fit inside the portlet. They were displayed outside the portlet. Is it because a window works with respect to a browser and cannot be contained within another small portlet?

I am unable to fit it inside the portlet. Is there anything that can be done from an html page perspective that the whole thing would fit inside the portlet.
Pooja
Top achievements
Rank 1
 asked on 25 Jul 2012
0 answers
96 views
HI,
How i get the childNode of a node ?

I do:

node.childNodes;

$.each(nodeChild, function () {
        nodeValue = treeOffices.dataItem(this).Id;
        if (nodeValue == id) {
            node = this;
            return node;
        }
    });

but treeOffices.dataItem(this) return always the firstNode

Help me
Vitantonio
Top achievements
Rank 1
 asked on 25 Jul 2012
0 answers
141 views
Hi
I am looking at whether it is possible to use AngularJS with KendoUI. It looks like I would need to extend KendoUI DataSource or Datasource transport to call into AngularJS controllers.
Has anyone done integration of AngularJS and KendoUI? How have you gone about it?
Thanks
Peter
Peter
Top achievements
Rank 1
 asked on 25 Jul 2012
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
TimePicker
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
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
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
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?