如何在 ASP.NET Datagrid 中弹出日历?
如何在 ASP.NET + C# Datagrid 中弹出日历?
How do I pop-up a calendar inside an ASP.NET + C# Datagrid?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在 ASP.NET + C# Datagrid 中弹出日历?
How do I pop-up a calendar inside an ASP.NET + C# Datagrid?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您可以将其设为文本字段,然后使用日历/日期选择器的众多 JavaScript 库之一。
以下是其中 50 个的列表,附有评级和一些基本信息。如果您不想使用任何其他 javascript 库,或者您不知道其中之一是什么,则需要一个标记为“独立”的库。
http://marcgrabanski.com/article/ultimate-list-of-datepickers
You could just make it a text field, and then use one of many javascript libraries for calendars/datepickers.
Here is a list of 50 of them, with ratings and some basic info. You'll need one marked "Standalone" if you don't want to used any other javascript libraries, or you don't know what one of those is.
http://marcgrabanski.com/article/ultimate-list-of-datepickers
您需要为提交日期文本控件创建一个 TemplateColumn 并在其中放置一个 AJAX CalendarExtender,这将为您完成所有 javascript 操作。
请参阅以下站点,获取有关如何开始使用 AJAX 和 Control Toolkit 的一些有用教程。
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/日历/Calendar.aspx
You'll need to create a TemplateColumn for a Submission Date text control and place an AJAX CalendarExtender in with it, this will do all the javascript for you.
See the below site for some useful tutorials on how to get started with AJAX and the Control Toolkit.
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx