Available in the Full Version

Data Grid - Unbound Column

This sample is designed for a larger screen size.

On mobile, try rotating your screen, view full size, or email to another device.

The sample demonstrates how to add and configure unbound columns in igGrid. The unbound values of column “Promotion Expired Date” are set initially using a list of dates. Column “IsPromotion” is using databound client event to set unbound values. Column “Total” is using formula to calculate the multiplication of the values from columns “Unit Price” and “Units in Stock”. When updating the values in “Unit Price” and “Units in Stock”, the change is reflected to Total column.

Code View

Copy to Clipboard