dhtmlxScheduler - 在 ASP.NET MVC3 中使用角色
我有 dhtmlxScheduler 可以很好地处理重复事件和根据类型着色的事件。但是,我无法理解如何将调度程序的维护限制为特定 ASP.NET 角色中的用户。我正在尝试使用“保存”视图,但如果用户不属于所需的角色,则无法刷新调度程序以删除任何无效输入。
有人设法让这个工作成功吗?
I have dhtmlxScheduler working well with recurring events and events coloured according to type. However, I cannot understand how to limit the maintenance of the scheduler to those Users in a particular ASP.NET Role. I am trying to use the Save view but I cannot refresh the scheduler to remove any invalid input if the User is not in the required Role.
Has anybody managed to get this working successfully?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这比我想象的要简单。执行此操作的方法是在
function init() {...}
例程中,如下所示:-希望这对使用 dhtmlxSheduler 的任何人有所帮助。
This is simpler than I thought. The way to do it is in the
function init() {...}
routine, as follows:-Hope this helps anyone using dhtmlxSheduler.