GrapeCity MultiRow Windows Forms Documentation
Gripper during Cell Editing

You can display a gripper for selecting the entered text in an editable cell. This section provides information about the gripper displayed during editing.

Cell Types Displaying the Gripper during Editing

The gripper for selecting the entered text during editing is displayed for the following common cell types.

Hiding the Gripper

By default, the gripper is displayed during editing. If you want to hide the gripper during editing, you can set the ShowGrippersInEditingStatus property to False. Since the ShowGrippersInEditingStatus property setting is enabled for all the cells placed on the template, you can show or hide the gripper for all the cells at once.

Using Code

This example sets the ShowGrippersInEditingStatus property.

[VB]

GcMultiRow1.ShowGrippersInEditingStatus = False

[CS]

gcMultiRow1.ShowGrippersInEditingStatus = false;
  • During mouse operation, the gripper is always hidden, regardless of the setting of the ShowGrippersInEditingStatus property.
  • The style of the gripper during editing, cannot be changed using the TouchSelectionGripperLine and ShowGrippersInEditingStatus properties.
See Also

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options