如何在 DHTMLX 网格中的不同行的编辑心情中添加日历

发布于 2024-12-19 22:27:58 字数 251 浏览 1 评论 0原文

我正在研究 DHTMLX 网格,其中网格中的不同行具有不同类型的数据。我为每一行提供了编辑值的工具。有两行,一行是项目的名称,另一行是该项目的值。因此,有不同类型的值,例如价格[数字]、标题[字符串]、状态[下拉选项列表]、创建[日期]等。所以我看到有一个选项可以为每个值定义网格的行类型。一切正常,但日历未显示。

谁能帮我解决这个问题吗?

我使用的日历行类型是“dhxCalendar”,但出现错误,因为没有行显示并且设计丢失。任何形式的帮助都是值得的。

I am working on DHTMLX grid where in my grid the different row have different type of data. And I have provided the facility for a each row to edit the values. There are two rows, one it name of the item another is value for that item. So there is different type of values like price[number], title[string], status [drop down option list], created[date] etc. so I see there is an option for defining the grid's row type for each. Everything is working properly but the calendar is not showing.

Can anyone help me on this?

I have used row type for calendar is "dhxCalendar" but getting error as after that no row is showing up and the design gone missing. Any kind of help will be appriciable.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

め七分饶幸 2024-12-26 22:27:58

a) 确保包含相关文件

  • Excell/dhtmlxgrid_excell_dhxCalendar.js
  • dhxCalendar/codebase/dhtmlxcalendar.js

b) 确保数据源中的日期格式 (xml|json) 是默认格式 (d/m/y),或者您使用 setDateFormat 作为

grid.setDateFormat("format to show", "format in datasource");

a) be sure to include related files

  • excell/dhtmlxgrid_excell_dhxCalendar.js
  • dhxCalendar/codebase/dhtmlxcalendar.js

b) be sure that format of date in you datasource (xml|json) is the default one (d/m/y), or you are using setDateFormat as

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