JavaScript Editor js editor     Web development 



Main Page

Contains a value that identifies the type of cell movement made in a grid. Readonly at design and run-time.

Grid.RowColChange 

Remarks

Applies To: Grid

The value of RowColChange is 0 at opening and after refresh of a grid. You can query this property in AfterRowColChange and BeforeRowColChange events to determine the type of change that triggered the event, according to the following table.

Value Description

0В В В (default)

No change.

1

Row change

2

Column change

3

Row and column change

See Also



JavaScript Editor js editor     Web development