Questions tagged [angular-kendo]

Robust set of Angular.js bindings for Kendo UI widgets.

The Angular Kendo project aims to provide deep integration between Kendo UI Web/DataViz and AngularJS.

More info

103 questions
17
votes
3 answers

How to format date in Angular Kendo Grid

I working on Angular Kendo Grid and I am getting server data in format 1900-01-01T00:00:00 But I want it to display in standard format, not sure how to do it. I have applied format='{0:MM/dd/yyyy h:mm a}' in grid column but no effect. What ever…
K.Z
  • 5,201
  • 25
  • 104
  • 240
7
votes
2 answers

Binding date value to ng-model in angular kendo date picker

I have an api which return the date in this format "014-08-26T15:10:45.402Z" i am using angular kendo ui .The problem i am facing is the date is not getting bound to the kendo date picker.Could someone help me out .
sam rodrigues
  • 580
  • 2
  • 7
  • 16
6
votes
2 answers

Angular-Kendo ComboBox placeholder text not working

I have a simple angular-kendo ComboBox on a page without an initially selected value. It should show the placeholder text in that case, but instead it's showing ? undefined:undefined ? HTML
Ritesh
  • 362
  • 1
  • 5
  • 19
1
2 3 4 5 6 7