MS Webmatrix

Hello

How about MS Webmatrix?
How can I use DP with webmatrix and razor?

thanks

Hi,
scheduler and DataProcessor can be used in WebMatrix sites.

I don’t have ready example at the moment, so please specify the question. Have you encountered some difficulties?

Basic example would be fine :slight_smile:

Could you please provide one?

Big thanks !

I mean basic scheduler example :slight_smile:

Hello,
here is an example
dropbox.com/s/4yhhc4vpkuqi0 … Matrix.zip

Site uses database with basic Events table(id,text,start_date,end_date), all dataprocessor-related logic is placed in save.cshtml
If you have any questions, please feel free to ask

Hey!

I have a simple question (hopefully)… I am using the example provided above however I want to add an additional field when the lightbox comes up (a drop down menu).

How to I customise the lightbox with a new drop down?

Cheers!

Hi,
you need to redefine a lightbox configuration. Check these articles
docs.dhtmlx.com/scheduler/lightbox_editors.html
docs.dhtmlx.com/scheduler/select.html

I have been using the Webmatrix itteration (as per the previous post) however it seems to be slightly delayed when updating?

For example if I edit the text in an event and press enter. I refresh the page 5 secs later, the updated text is not in there? It’s very hit and miss…

Any suggestions?

More specifically if I create an event, generally that works. However if I drag the bottom of it (to extend the end time), it doesn’t seem to update.

I am using Fiddler Web Debugger and I can’t see any requests to update?

If I click on the event, then the edit button - It seems to work after that…