iam using Asp.net and loading events from Database using Stored Procedure.
now i want to restrict the user to insert only one events on one day (its depend on time).
Hello,
you can add a restrictions on the client-side, using either API event or a Limit extension:
docs.dhtmlx.com/scheduler/api__s … onfig.html
On the server side you can simply check the incoming values and return ‘error’ type of action if checking fails