Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在数据库上存储列排列。首先,我使用 grid.GetColumns() 来检索排列对象并使用 ajax post 将其存储在数据库中。
然后我检索它并在使用 grid.SetColumns(data) 加载网格后应用它,其中数据是作为对象恢复的排列。
列的顺序和宽度正确,但是当我尝试编辑单元格时,编辑器无法打开。
您不能只在数据库中“存储”指针/引用。columneditor选项是对编辑器构造函数的引用。这同样适用于formatter和大量其他选项。
editor
formatter