UpdateEditColumns

Top  Previous  Next

Updates the attributes of columns for the full grid and all sub grids in edit mode.

[Visual Basic .NET]

Public Function UpdateEditColumns() As Boolean

[C#]

public bool UpdateEditColumns();

Parameters

None.

 

 

Return Value:

If the operation is successful, it returns TRUE; otherwise it returns FALSE.

 

 

Remarks

This API is very critical and needs to be called before setting up cells for both readonly and edit mode. Immediately call this API after calling ConfigureAllGrids()