Cell Formatting Demo

This sample describes the cell formatting using a dialog instantiated through GroupingGridFormatCellDialog class.

Features:

Cell Formating:

Cell Current Cell Navigation:

  • When the enter key is pressed the current cell can be navigated in any direction, by customizing the Enter key behavior property.

    Given below is an image of the sample.

                 gridGroupingControl1.TableModel.Options.EnterKeyBehavior = GridDirectionType.Left;
  • Similarly wrapcellbehavior support is used to wrap the current cell based on enter key directiontype.

                 this.gridGroupingControl1.TableModel.Options.WrapCellBehavior = GridWrapCellBehavior.WrapGrid;

    Cell Formatting screenshot

    Format Cells Dialog