Intersoft WebGrid Documentation
How-to: Configure a column to use ResizableTextBox editing type
See Also Send comments on this topic.

Glossary Item Box

WebGrid.NET 5.0 Enterprise redefines the editing experience by introducing a new edit type, resizable text box edit control. The resizable text box makes it easy and convenience for user while editing cell containing larger amount of text. With this new feature, user can easily resize the text box by dragging the resize handler at the bottom right position.

In this topic, you will learn how to configure a column to use ResizableTextBox editing type.

To configure a column to use ResizableTextbox editing type

  1. Bind WebGrid to AccessDataSource (Using Employees table from NorthWind datasource).
  2. Open WebGrid.NET Designer - Advanced tabs - RootTable.
  3. Go to appropriate Column you want to enable the ResizableTextbox feature.
  4. Set the Edit Control Type property to Resizable Textbox.

As the result, edited text box can be resized dynamically.

Resizable

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.