Hello.
For example, LinqDataSource (lds) as DataSourceID for DayPilot Month.
If you set e.Cancel = true on lds.Selecting you will see .net error (e.Result = Nothing behaves the same)
Version 6.1 was working perfect with that.
As a workaround: do not set e.Cancel = true, but instead return as e.Result = New {.......} with DateTime.MinValue
Is there a way to get e.Cancel = true fixed?
Dmitry
P.S.: sorry for my english