ConfigureAllGrids

Top  Previous  Next

Creates and configures the full grid and all sub grid(s).

[Visual Basic .NET]

Public Function ConfigureAllGrids() As Boolean

[C#]

public bool ConfigureAllGrids();

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 .