启用 GridWeb 编辑框
Contents
[
Hide
]
GridWeb 的编辑框 (在 Excel 中称为公式栏) 是一个工具栏,它呈现在控件的顶部,您可以使用它来显示或输入值或复制数据/公式到焦点单元格。它还显示您正在编辑的单元格的名称。单击框架或开始输入数据或键入等于 (=) 符号后,编辑框将被激活。
设置 Aspose.Cells.GridWeb 的编辑框
GridWeb 控件提供了 ShowCellEditBox 属性,开发人员可以分配其值为 “True” 来打开工具栏。该属性的默认值为 False。当您将其值设置为 “True” 时,编辑框将出现在 GridWeb 控件的顶部。
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