iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi Team -
We were trying to Add a new event from the webscheduler itself but some its not working. We checked all the properties of webscheduler and other than a option in "DataBinding" tag where it says "AllowAdd=yes" (which is already set to yes) we don't find any other valid setting to change. We can right click a empty cell and can see a option "New Event" but nothing comes up even we select that.
It would be great if you can provide us some sample implementation for the same or some documents specifying steps to implement the same.
Thanks - Frank
Please try to view DataEditing.aspx sample file of WebScheduler in browser of your development PC and check whether the reported problem still persist or not. Alternatively, you can browse the live version of this sample at http://live.intersoftpt.com/cs/WebScheduler/DataEditing.aspx.
In order to enable user to insert, update, and delete event in WebScheduler, simply set the properties in DataEditing (instead of DataBinding).
<ISWebScheduler:WebScheduler ID="WebScheduler1" runat="server" EditingUrl="./WebScheduler/EditingFormHTML5.aspx" ...> <DataEditing AllowEdit="Yes" AllowResize="Yes" AllowMove="Yes" AllowDelete="Yes" AllowAdd="Yes" /> </ISWebScheduler:WebScheduler>
Hope this helps.
Hi Yudi -
Thanks for the reply. The problem was something in our code only which was done in the past , reviewing that and making some changes we have it working now thanks. Just one more question . We were trying to get the Date,StartTime and EndTime of the selected columns on the launch of "New Event". We tried to achieve it via same client side event we used to launch the "New Event" or "Edit Event" but somehow it didn't work for us. Below is the code snippet for the same.
function WebSchedulerSummary_OnEditingFormShow(controlId, evt, action, eventView, eventType, newType) { // variable ResourceID of selected event var ResID = evt.ResourceID; // variable startdatetime of selected event var StartDate = evt.StartTime.getDate(); // variable new StartDateTime of selected event var StartTime = evt.StartTime; // variable new EndDateTime of selected event var EndTime = evt.EndTime;
Somehow the "evt" variable always come out to be "null" or "undefined". Not sure what we are doing wrong here. Also if possible , can you provide me some documentation on webscheduler client side events?
The insight to the above problem will be of great help.
Glad to hear that the problem was something in your code which was done in the past.
Regarding the problem on how to get the Date, StartTime and EndTime, please find my reply on "How to get the Date,StartTime and EndTime of the selected columns on the launch of "New Event"." thread.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname