I want to develop kendo UI listview with endless scroll . Can anyone suggeset me the references - angularjs

I want to develop Kendo UI List view with endless scroll, please suggest me the solutions. or references

First, take the pagesize off your datasource. Second, don't use a pager control. Here is an example:
http://dojo.telerik.com/OLUFA
See the api here.

Related

Kendo UI sortable widget's change event not firing in touch devices while using Chrome browser

I am developing a web application using AngularJS. There is a requirement like, a user should be able to sort a list of Items and to save that sorted order for future reference. For this particular purpose I used a Kendo UI Sortable Widget. The widget is working as expected in normal devices. But the sorting is not working in MS windows 10 devices with latest chrome, if I am using fingers to drag and drop the items.(Mouse drag and drop is working) The major thing is that the Kendo UI Sortable widget's change event not firing in this particular situation.
It looks like a latest chrome version issue after the introduction of pointer events. Please check following links.
https://github.com/taye/interact.js/issues/492
https://github.com/taye/interact.js/issues/457

Extjs notification popup with Sencha Architect

I want to create a notification drop down menu like the one on Facebook. I'm getting data using signalR.
For the design, I couldn't find a perfect control. I tried using menu dropdown but it does not look good. Can anyone suggest or give me a sample code for notification drop down using Sencha Architect?
I want it to look similar to this:
You could use the "showBy" method to show the panel below the button, here's the fiddle: https://fiddle.sencha.com/#fiddle/19cc
"showBy" details here: http://docs.sencha.com/extjs/6.0/6.0.2-classic/#!/api/Ext.Component-method-showBy

Using Multi select grid sencha ext js 4.1

I am new to Sencha. In one of my projects I have to use a Multiselect Grid Panel and update the store to and from the Grid. I have no clue as to how to achieve this.
I will highly appreciate if someone can send me their sample code or even links that display the usage of Multiselect grids. I found a few but unfortunately those links dont use Ext JS 4.1.
Thanks guys
First, have a look at the API docs:
http://docs.sencha.com/ext-js/4-1/#!/api/Ext.selection.RowModel-cfg-mode
http://docs.sencha.com/ext-js/4-1/#!/example
Then look at the infinite grid example:
http://docs.sencha.com/ext-js/4-1/#!/example/grid/infinite-scroll.html
Oddly enough, this example uses an undocumented "multiSelect" config on the grid... but it could have been defined on the selection model per the API docs.

Implementing Telerik MVC TabStrip with inner Menus

I am currently using the Telerik MVC TabStrip for navigation in my application. However, the navigation requirements have become more involved and I now need to implement a sub-menu potentially under each tab option (by using the Telerik MVC Menu).
Does anybody have a working example of this?
Secondly, I would ideally like to bind the whole navigation setup to a sitemap file. Any help on this would be appreciated.
You can define the menu in each partial view which is displayed by the tabstrip. Unfortunately you cannot use the same sitemap to bind both the tabstrip and the menus.

How to assign a array to grid in extjs

My extjs grid will be refresh after a few seconds with data loaded from server (thru jQuery). I am new to extjs. Please show me how to do that.
Thanks.
Ext comes with a lot of examples you'd be better off looking through those, especially the grid and ajax ones.

Resources