Implementing Master-Detail Grids

This series of screenshots and comments will help you implement a master-detail grid solution using the Toolset. The instructions assume you know how to create providers for the grid displays that will accept passed in parameters for filtering the provider. (If you need more information on this, you can reference this document.)
Note: screenshots [...]

Page Utility Pop-Up Window

I recently posted about how many times in Toolset implementations there is a requirement to pop-up a window. Often times these pop-ups come from a grid display so you can display a Business Data Form Adapter for editing information. And at other times to display a new form for creating new items.
In my [...]

Toolset CSS Popup Windows

There are many times in Toolset implementations where pop-up windows are involved. One of the things we’ve been doing from the field is using a very nice CSS pop-up window technique. Utilizing some comprehensive script made available by Orangoo Labs called GreyBox, we were able to provide a professional looking pop-up window.
The implementation [...]

Add Column XML Expressions Saves the Day

In a recent engagement, I needed a way to dynamically create a column in a grid display from columns coming back in the provider. A very nice and often overlooked capability in the Toolset grid display is the richness of Add Column Expressions.
In the example below, I’m taking the Technical Specification Number and extracting [...]