I've got a strange problem using transport.destroy: I have a Listview with a swipe event to open the delete option. (like most apps) i did implement this: http://demos.kendoui.com/mobile/listview/editing.html#/ in my app. everything work fine,...
I have kendo grid on my page. This grid has datasource. And in this datasource I have array of complex filters. For example: http://s7.postimg.org/bmqxgp2ff/filters.png And before I add new set of filters to my datasource filters I need to remove a...
I am using YUI datatable and datasource to render data in one of my projects. The data returned happens to be NULL and YUI datasource is unable to parse it. Below is the declaration code of datasource and datatable. For readability sake, I am sepera...
I have two tables: nom_articole { id(PK), denumire, nom_um_id(FK) } nom_um { id(PK), simbol, denumire } I want to display: nom_articole.id nom_articole.denumire nom_um.simbol My html code: <div data-options="dxView : { name: 'nom_...
In an Angular app I am loading data from a database using data.service.ts import {Injectable} from '@angular/core'; import {Post} from '../Post'; import {Observable, of} from 'rxjs'; import { HttpClient } from '@angular...
I can't get the grid aggregates to work in kendo ui with MVVM I keep getting an error 'count is not defined' I have a demo here...
I have created a simple Kendo UI grid with paging. Now I want to refresh my grid with some new data. Im using the setDatasource to attach the new data to the grid and then refresh to refresh the grid. Works fine except that the pager stops working. I...
I am having an issue trying to import crypto-js library in a Grafana Datasource Pluging I am developing. I get the following exception: Error: (SystemJS) Cannot set property 'CryptoJS' of undefined TypeError: Cannot set property 'Cry...
I'm writing a fairly simple data source for Grafana and I'm having issues with the response to the query function usually located in datasource.js. I get this error message every time a query is made: Data source query result invalid, mis...
First, I should point out that I verified my JSON object with http://jsonlint.com and it is, indeed, valid. Now that is out of the way, I'm looking at examples of the YUI DataTable, specifically the datasource and the structure of the JSON objec...
©2020 All rights reserved.