radgrid 单元格可编辑
请任何人能给我解决方案。 问题就在这里。 正在将数据表作为数据源传递给 rad 网格。数据表的列是根据数据自动生成的。所以,我没有添加 rad 网格的 itemtemplates。在 aspx 页面中。 我应该如何使每个单元格都可编辑,我想为每个单元格提供 rad 工具提示。
请帮助我解决这个问题
问候, 巴拉特
Please can anyone give me solution.
Here is the problem.
Am passing a datatable as datasourse to a rad grid. The coumns of datatable are autogenerated depending on the data. So, I did nt added the itemtemplates for the rad grid. in the aspx page.
How i should make each cell as editable as well I want give rad tool tip for every cell.
Please help me in this problem
Regards,
Bharath
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要使网格单元格可编辑,只需在网格中添加 EditCommandColumn(自动生成的或声明性的)。要添加工具提示,请使用此方法 并在页面上包含 RadToolTipManager,并将 AutoTooltipify 属性设置为 true。
To make the grid cells editable, simply add EditCommandColumn in the grid (either auto-generated or declarative). To add tooltips, use this approach and include RadToolTipManager on the page with AutoTooltipify property set to true.