ESFramework Application Walkthrough

Part 4: Widget Interactivity, Context and Event Handling

The primary employee list has been now created and this tutorial will begin adding functionality to filter the employee list by the employment status (part time/full time). Although filtering is capable by using the grid headers, many users prefer to have buttons clearly marked and readily usable with minimal clicks.

This tutorial will introduce the basics of adding interactivity between widgets. In this section, we will cover the concepts of context and event handling in order to create buttons which alter the filtering behavior of the grid created previously.

Highlights

Live Application

Part 4 - Widget Interactivity, Context and Event Handling

Video Walkthrough