|
S. NO |
Query |
Answer |
|
1 |
How can I enable Drag/Drop in the Schedule Control? |
Currently, “Drag and drop” and “Context menu” features are not available in JS2 Schedule.
We have considered to include the “Drag and Drop” feature for the Volume-3, 2018 main release whereas the context menu feature will be available in any one of the upcoming releases. |
|
2 |
How can I enable a right click Context Menu in the Schedule Control? | |
|
3 |
How can I add Resources using an action method in the Controller? |
The complete multiple resources support in vertical orientation is currently being under implementation and will be available in our upcoming Volume-2, 2018 main release. |
|
4 |
How can I Load/Edit/Delete/Save Data in the Controller using the UrlAdaptor using Entity Framework? |
Loading and performing CRUD action using UrlAdaptor with Entity framework is possible with JS2 Schedule. |
|
5 |
How can I Load data using the (navigating="onnavigating") client side navigating event. I want that event to call an action method in the Controller and to return data for only that Date that the use selects on the client side? |
By default JS2 Schedule control will be displaying with the filtered data based on the current date range rendered on it (LoadOnDemand concept). Therefore, while navigating the dates - controller method will be triggered automatically and the filtered data based on the current date will be bound to the Schedule control. |
|
6 |
How can Customize the Agenda View (Template)? |
Agenda view can be customized by using the built-in event template and date-header template support in JS2 Schedule. |
|
7 |
How can I Add Custom Fields at Design Time rather than at Runtime? |
You can add the custom field to the event window additionally or else design the entire custom window. Please refer to the following sample link to know about this feature.
Custom fields -
|
|
8 |
If the new tag helper does not support all the above can I use the " @(Html.EJ().Schedule("Schedule1")" syntax? |
Currently, we do not have built-in support for the above highlighted features (1,2,3) such as drag and drop, context menu and multiple resources in JS2 Schedule control which will be available in the already mentioned timelines of Volume-2 and Volume-3, 2018 releases.
The other requested features such as loading data on demand and performing CRUD actions with entity framework (with UrlAdaptor), adding custom fields, agenda view customizations are already available in JS2 schedule. Could you please confirm whether we can prepare and share you the sample with this available features in JS2 Schedule?
We also kindly request you to continue to use our JS1 Schedule until the above mentioned unavailable features gets implemented. |
|
[_Layout.html page]
<script>
// Extend ej namespace with Syncfusion
var dataCopy = Object.assign({}, ej.data);
$.extend(ej, Syncfusion);
$.extend(ej.data, dataCopy);
</script>
<ej-script-manager></ej-script-manager>
<ejs-scripts></ejs-scripts>
. . . |