Enable GridWeb EditBox
Contents
[
Hide
]
The GridWeb’s Edit Box (in Excel called formula bar) is a toolbar that is rendered at the top of control that you can use it to display or enter value or copy data/formula for the focused cell. It also shows the cell’s name which you are editing. After clicking the frame or when you start writing data or type an equal (=) symbol, the Edit Box will be activated.
Setting the Edit Box of Aspose.Cells.GridWeb
The GridWeb control provides the ShowCellEditBox property to which developers can assign it to “True” to make the toolbar on. The default value of the attribute is False. When you set its value to “True”, the Edit Box will appear on the top of the GridWeb control.
To enable this feature, you need to import “jquery.js” file to your project and refer it in your .aspx page(s) to make it work. You may download the jQuery archive from https://jqueryui.com/download/all/ and put the library file(s) into some folder in the project and add reference to the library file via