Enable GridWeb EditBox
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