radgrid 单元格可编辑

发布于 2024-11-23 17:58:12 字数 181 浏览 3 评论 0原文

请任何人能给我解决方案。 问题就在这里。 正在将数据表作为数据源传递给 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最舍不得你 2024-11-30 17:58:12

要使网格单元格可编辑,只需在网格中添加 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文