Hi Mark,
Thanks for contacting Syncfusion support,
We are unable to get your query, can you please share the details about your issue that will help us to prompt solution.
- Whether the controls even didn’t rendered properly in safari?
- Whether the controls renders fine in safari but not posting form values only?
Also, in your application we have noticed that you have set the difference date format to DatePicker. If you facing any this issue(formatting) in post back due to this DateFormat, then please use below code in your startup.cs file to resolve
var cultureInfo = new CultureInfo("en-US");
CultureInfo.DefaultThreadCurrentCulture = cultureInfo;
CultureInfo.DefaultThreadCurrentCulture.DateTimeFormat.ShortDatePattern = "dd/MM/yyyy";
|
Regards,
Sasikala Nagarajan