angular-kendo Questions
3
Solved
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/yy...
Geochemistry asked 17/10, 2018 at 11:33
1
Does anyone know how to set the default sort field in the Kendo for Angular grid?
<kendo-grid [data]="view | async"
[pageSize]="gridState.take"
[skip]="gridState.skip"
[sort]="gridState.sort...
Bloomers asked 1/6, 2017 at 20:21
2
Solved
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
<s...
Agranulocytosis asked 11/4, 2014 at 21:44
2
Solved
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 som...
Tinned asked 26/8, 2014 at 15:21
3
I've been using Angular for a project and just recently found out about the Kendo-Angular project over at http://kendo-labs.github.io/angular-kendo/#/. I was successful in adding Angular-Kendo into...
Obau asked 9/1, 2014 at 21:39
2
Solved
I´m using Kendo multiselect with Angular-Kendo directives and with remote datasource. I´m trying to set the selected items when the application starts but with no luck. Can anyone please help me?
...
Nassi asked 28/11, 2013 at 0:3
2
Solved
I'm having trouble binding a Kendo grid to an angular service call. I have an angular $http service that has a getData() method which looks like this:
'use-strict';
payrollApp.factory('dataServic...
Steck asked 11/11, 2013 at 10:28
1
© 2022 - 2024 — McMap. All rights reserved.