Example of Dialog Editing in Javascript Tree Grid Control

/
/
Dialog Editing

This sample demonstrates Dialog Editing

More Details...

Description

Reordering can be enabled by setting allowReordering property as true. Reordering can be done by drag and drop the column header from one index to another index within the Grid. The location in which the column to be placed, will be indicated by two arrows symbols. In this demo, you can either reorder columns by drag and drop or by selecting column name and column index to reorder from the dropdown. Injecting Module: Grid features are segregated into individual feature-wise modules. To use reordering feature, we need to inject Reorder module using Grid.Inject(Reorder) method. -->