Hi,
Im using angularJS v1.2.25
I have my own table and templates, but I want to use Kendo UI grid's pager. I need mostly the UI and Angular variable binding to the page number and such.
I checked the documentation I could only find JQuery example, I was wondering if there is a Angular version of just the pager component of the Grid.
Thanks

Demo available here dojo http://dojo.telerik.com/@yerinle/iHEHe
When I re-order a column (e.g moving "Contact title" to be the first column), then if I click on "Contact title" to sort, "Contact Name" data now appears under "Contact title". So the grid content goes back to the initial state with the re-ordered columns out of sync.
Seems to be a side effect of using row template, which I need to use.
So is it possible to get this working properly with row template.
Thanks.
Hi,
I'm trying to change the datasource value on change api of the dropdownlist.
Anyone have suggestion?
Code:
$("#ddllanguage").kendoDropDownList({ ... change: DropdownChange });var dropdownlist = $("#ddllanguage").data("kendoDropDownList");function DropdownChange() { $("#technicalspecs").data("kendoListView").dataSource.read(); // RELOAD DATASOURCE ON KENDOLISTVIEW };var dataSourcetechnical = new kendo.data.DataSource({ transport: { read: { url: "/api/someurl", data: { languageid: dropdownlist.value() }, //HOW TO CHANGE THIS VALUE ON CHANGE EVENT dataType: "json" } } });
I noticed that the Release 3 of Kendo UI Professional was published last week. When will the corresponding update to the kendo-ui.d.ts be made available?
I would like to adapt some of the new features (Dialogs), but I'm using Typescript so I need to have the updated definitions.
Thanks
marc

Hallo,
how do you change the title of a navbar within a drawer in code?
<div id="mainMenu" data-role="drawer" data-swipe-to-open="false" data-model="views.index.viewModel" data-title=""> <header data-role="header"> <div data-role="navbar" id="mainNavBar"> <span data-role="view-title"></span> </div> </header> <ul id="mainMenuListView" class="item-list" data-role="listview" data-bind="source: menuItemDataSource" data-auto-bind="false" data-template="mainMenuItemTemplate" data-header-template="mainMenuHeaderTemplate"></ul> </div>
Hello,
I am using Drag and drop functionality in Kendo UI Drawing for my module.
all shapes drag and drops are working fine as per expectations, but when i am trying to draw lines and join them , ends of lines are mismatching which is not looking good. it creates visual difference that can be easily noticed. this is happening for same sized line matching or different sized too. is there any solution for this.
Please have a look at screenshot below for issue i am facing.
Thanks
Hi,
I am trying to determine what might be causing this issue. Both on mobile apps and in the browser I am running in to an issue at times where the app freezes with the loading spinner that normally displays briefly when first loading a remote view into the kendo ui app. However this often occurs when leaving that mobile view and going to another view. In Chrome nothing is logged in the console as errors but the app hangs and must be restarted. Sometimes this has happened on normal views but not very often. Any ideas as to what might be triggering this or any suggestions?
Thank you,
Steven

Hi Telerik Team,
Here I have a scenario working on telerik KendoUI grid with frozen column. I have a set of frozen columns and a set of scroll columns which are on the right side of the grid .We have a grid that shows availability of resource for the certain time interval shown in weeks. Resource name,project name,skills are frozen columns and say for an example weeks starting from Sep 1- Dec 15 to be shown as scrolled columns.So these week column are dynamic in nature. I got the grid as above by giving static columns but the requirement is that these columns are dynamic. Again I tried to create columns dynamically through JavaScript in a loop but I lost the frozen column feature in the grid. Thanks for any help.
Thanks and Regards
Boney MHello,
We have problems with copy/paste in kendo grid: it stops working in the following scenario.
I have created the following Dojo (modified from the Demo of Grid > Filter row. Just added properties: selectable and allowCopy).
http://dojo.telerik.com/odUSo
Steps:
0) Open dojo link above
1) Select one (or multiple) cells and press "CTRL+C".
2) Open notepad and paste text. You will see that it is copied and pasted right.
3) Click on any row filter element, i.e. OrderId
4) Select one (or multiple), but different cell(s) and press "CTRL+C".
5) Go to notepad again and paste. You will see that wrong text is inserted (which was copied on step 1)
Looks like focus stays on filtering element and copying doesn't happen.
Could you please help with this?
Thanks