You will probably have to change the structure of your data source. DayPilot converts the value of the specified field to string using Convert.ToString() call.
The other option is to change it in the source code but you would have to re-apply your patch with each new release.