Gregory's Blog

Kendo UI related posts

Kendo UI CSS Classes

Kendo UI CSS Classes

Gregory Alexander, Tech

This article will explore the Kendo CSS classes                                      
Read More...
Creating a Master-Detail record Interface Using the Kendo Grid and Kendo Window

Creating a Master-Detail record Interface Using the Kendo Grid and Kendo Window

Gregory Alexander, Tech

In this article, I will show you how to implement a master-detail interface using Kendo and ColdFusion
Read More...
Kendo UI Notifications and Message Boxes

Kendo UI Notifications and Message Boxes

Gregory Alexander, Tech

I would like to share my implementation of some of the Kendo message box's that I use to send messages to the client. These messages can help message each user with multi-user applications, wait dialogs, and inform the client that there are server-side errors.
Read More...
How to make a round Kendo UI button

How to make a round Kendo UI button

Gregory Alexander, Tech

How to make a round Kendo UI button                                      
Read More...
Using the Kendo pager anywhere within a page.

Using the Kendo pager anywhere within a page.

Gregory Alexander, Tech

The kendoPager is a beautiful widget that typically allows the user to navigate through a Kendo grid. It has fast forward and forward buttons to go to the first item and the previous item, displays the current page, which you can click to select another page, and forward and fast forward buttons to select the next and the last grid page. It is an intuitive control that is adaptive and themable. This article will show you how to use the Kendo Pager anywhere on a page.
Read More...
Set Active Kendo Tab

Set Active Kendo Tab

Gregory Alexander, Tech

There are two standard ways to activate a Kendo tab: 1) via Javascript, or 2) appending the k-state-active class to the HTML list. Both approaches are useful, and will discuss both options here.
Read More...
Kendo template with void to consume a function in an anchor link

Kendo template with void to consume a function in an anchor link

Gregory Alexander, Tech

Using void in an inline href to consume a JavaScript function.                                      
Read More...
Reopen an existing Kendo window.

Reopen an existing Kendo window.

Gregory Alexander, Tech

Resolving a 'Cannot call method 'destroy' of kendoWindow before it is initialized' error.                                      
Read More...
Kendo Scrollview

Kendo Scrollview

Gregory Alexander, Tech

I have been using the scroll view on my personal site at gregoryalexander.com quite a bit, and wanted to pass along a few tips.
Read More...
Kendo Responsive Panel

Kendo Responsive Panel

Gregory Alexander, Tech

While working on the mobile site, I had a few challenges with the Kendo responsive panel that I solved with the blog today, and wanted to make a post about it as I could not find any other solution on the web.
Read More...