Share this blog:

Thursday, October 08, 2009

Alpha Five Version 10 Feature Peek #33: Advanced use of custom controls in a grid

One of the control types available in the Alpha Five Version 10 grid is the custom control. This allows you to define an arbitrary Xbasic function to compute the HTML and Javascript for the control.

In the example below, the grid is showing invoices. One of the cells in the grid shows the line items for the invoice. This could have been done using an embedded grid component, but the custom control is a lighter weight, faster solution.

Part 1:



Part 2:


0 comments: