Create kendo ui tooltip with template and correct position on element click.

0 Comments

Just a code snippet, that shows a tooltip, when the user clicks on a button:     <!DOCTYPE html> <html> <head> <title>RLI research page.</title> <link rel="stylesheet" type="text/css" href="../../../Libraries/Kendo/styles/kendo.common.min.css" /> <link rel="stylesheet" type="text/css" href="../../../Libraries/Kendo/styles/kendo.rtl.min.css" /> <link

Dynamically change kendo ui grid columns with AngularJS

0 Comments

The following HTML / JavaScript explains how to dynamically change Kendo UI grid columns, by using the Kendo – Angular directives.   <!doctype html> <html ng-app="researchApp"> <head> <meta charset="utf-8"> <title>Dynamically change Kendo grid columns.</title> <link