网格内的多个单元格编辑
因此,我正在寻找一种允许用户将数字和日期批量输入单元格网格的方法。理想的情况是,如果他们可以简单地突出显示/选择一系列单元格,输入“42”或“12/31/2010”,然后继续,然后“42”或“12/31/2010”将存在于每个单元格中。细胞。这有点像我们试图模仿的将数据输入 Excel,但我们在这里不需要真正的类似电子表格的控件。
那么有没有第三方解决方案可以做到这一点?据我所知,Telerik、Infragistics 和所有其他常见的第三方组件供应商均不提供此类产品。
So I'm looking for a way to allow a user to enter numbers and dates into a grid of cells in bulk. What would be ideal is if they could simply highlight/select a range of cells, type "42" or "12/31/2010", and move on and then "42" or "12/31/2010" would exist in every cell. This is kinda like entering data into Excel that we're trying to mimic but we don't need a true spreadsheet-like control here.
So are there any third-party solutions that do this? As far as I can tell, Telerik, Infragistics, and all of the other usual third-party component vendors don't provide such a product.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我用自定义 jQuery 做了类似的事情:
Hierarchical Table使用 jQuery 进行操作
I have done something similar with custom jQuery:
Hierarchical Table Manipulation with jQuery