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.
在我的 asp.net 应用程序中,我正在使用 jqGrid 并且我试图通过使用...终止它来修剪单元格的显示文本现在,onSelectRow 或单击消息列单元格,我想要原始的长消息。
我尝试通过提供不同的索引名称来复制同一列并将其隐藏。但是在这里我无法按索引名称检索单元格数据。
这里有什么想法吗?
通过在 DataGrid 中复制具有不同 headertext 的消息列来解决,以便 colModel 中的名称可以不同。保持此列隐藏并从此隐藏列检索完整消息。
任何其他更好的解决方案将不胜感激。