Hi Guys,
I am trying to make use of you Kendo Scheduler widget in an Angular Web Application that I am building and would like to change the appearance of all the scrollbars across my website. While by using a simple ready built competent (for example: https://github.com/iominh/ng-scrollbars) to apply change the appearance across the website this is probably not the case for the Scheduler Widget.
Could you kindly advise on how best to proceed to change the default browser scrollbars that kendo uses whilst also making sure that the fix I would be applying will work across other browsers?
I've got a page that displays courses, which can have tags. For example, my "Javascript" course may have the tag "web". I want to filter the datasource based on the course tags, but if no tag value is passed through (ie. blank string), I want it to ignore the filter.
Right now what's happening is that passing through a "eq" filter w/ an empty string is pulling back only courses that don't have tags - which does make sense. But if I don't pass through a specific tag, I need to get all courses, tagged or not. I also can't switch from "eq", since it has to be a full match, if a tag is passed in.
Appreciate any help here.
We are in the process of purchasing the Clienside controls(NOT the server wrappers) and I am trying to get unobtrusive, clientside validation working against the MVC Model data annotations...Is there a good example I can use to reference? Most of what I am finding uses the Server MVC Wrappers. We are trying to go more clientside and then using Web API for Posting/Gets/etc...
Thanks
When updating to 2015.2.805, we've discovered a NUMBER of problems with our usage of Angular and Kendo. We regularly update, and have had no problems previously. We're hoping we can get some answers as to the problem.
We were previously using ng-model in our binding to a Kendo DateTimePicker. We used ng-model because we use a formatter/parser directive to manipulate the date. In the latest release, the DateTimePicker only works if you use k-ng-model, but this precludes the use of the formatter/parser directive, because there is no ngModel.
How can we use this with a formatter/parser now?

Hi,
I am trying to filter the record in Gantt Chart.​
Since Gantt does not provide filtering like Kendo Grid. I want to add Custom params with every request which can be used with filter record.
Hope this can be done easily
Hello
For some reason view title in navbar on android changes if I hit the back button.
I have a home view
<div data-role="view" id="home" data-layout="mainLayout" data-init="home.init" data-show="home.show" data-stretch="true" data-title="">
and a settings view
<div data-role="view" id="settings" data-layout="mainLayout" data-init="settings.init" data-stretch="true" data-title="Settings">
When I hit the back button on a settings view, view title on my home page changes to "Settings", and it should be empty. I dont get it.
​Here is the layout I am using
<div data-role="layout" data-id="mainLayout">
<div data-role="header">
<div data-role="navbar">
<a data-role="backbutton" data-align="left" data-icon="customback"></a>
<a data-role="button" data-align="left" data-icon="custommenu" data-click="home.toggleMenu"></a>
<span data-role="view-title"></span>
<a data-role="button" data-align="right" data-icon="custompush"></a>
<a data-role="button" data-align="right" data-icon="customfacebook"></a>
</div>
</div>
</div>​
Hello all
I hope you are well.
I am using the scheduler and when someone wants to delete a recurring event, I'd like the popup confirmation to popup.
However, I don't want the button that says "Delete current event"
I just want it to say "yes", "no"
Any ideas how I can do this?
Thanks in advance
Daniel
Hi,
Is it possible to enable
column reordering (http://demos.telerik.com/kendo-ui/grid/column-reordering)
and column resizing (http://demos.telerik.com/kendo-ui/grid/column-resizing)
with kendo gantt chart?
Hi
I'm using the angular directive for the TreeList and am seeing some strange behaviour when trying to set one or more locked columns. My column definitions are read from a database and returned to the client as an array :
[{ field: 'col0', fieldName: 'Name', title: 'Name', locked: true, width: 240},{ field: 'col1', fieldName: 'ID', title: 'ID', hidden: true, width: 120}, ...
]This array is then assigned to the config.columns property at which point the treelist is instantiated (via the k-ng-delay="widgetCtrl.gridConfig.columns").Unfortunately the locked property seems to be being ignored.
Strangely if I remove the locked property from the returned array and replace it with a hardcoded value:
restService.genericApi(self.widget.url + 'columns', false).queryPost(json).$promise.then(function (defns) { _defn = defns[0]; _defn.columns[0].expandable = true; _defn.columns[0].locked = true; self.gridConfig.columns = _defn.columns; }, function (error) { });This does lock the first column but then I have serious issues resizing: the locked column works ok. If I try to resize the 2nd column, the 5th one changes. It's the same all the way across (i.e. column which resizes is +3).
Is this a known issue​? and if so, is there a workaround?
Thanks
Keith
