FlexGrid for WinForms
SetUnboundValue Event



Fires when the grid needs to store data in an unbound cell.
Syntax
'Declaration
 
<C1DescriptionAttribute("Fires when the grid needs to store data in an unbound cell.")>
Public Event SetUnboundValue As UnboundValueEventHandler
'Usage
 
Dim instance As C1FlexGridBase
Dim handler As UnboundValueEventHandler
 
AddHandler instance.SetUnboundValue, handler
[C1Description("Fires when the grid needs to store data in an unbound cell.")]
public event UnboundValueEventHandler SetUnboundValue
[C1Description("Fires when the grid needs to store data in an unbound cell.")]
public:
event UnboundValueEventHandler^ SetUnboundValue
Remarks

This event fires in bound mode when the grid contains unbound columns. Unbound columns are columns that have the Name property set to values that do not map to columns in the data source. The information in unbound columns must be provided by the application using the GetUnboundValue event.

In most cases, unbound columns are read-only, and you don't need to handle this event. However, if a value is assigned to an unbound cell, either through editing or programmatically, the grid fires this event to allow the application to store the value using whatever mechanism is appropriate.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback