FullCalendar Exception with Chrome

Answered
0
0

Hi,

in some PC/MAC (not all) with Chrome return an explicit cast error.

I solved with Convert.ToInt32(data.x) , Convert.ToInt32(data.y)

because in some system the data.x/y is a double.

bye

Cristian

  • You must to post comments
Best Answer
0
0

Thank you. This is a common issue already solved in Wisej using the same approach: Convert.ToInt32(data.x)

it’s caused by browsers returns sub-pixels coordinates. Your fix to the fullcalendar extension source code is correct.

  • You must to post comments
0
0

I attach the test project.

Try click on event, with MAC and chrome

best

Cristian

Attachment
  • You must to post comments
0
0

Hi Cristian

Please, Could you provide us with a little visual studio sample? of how are you using the component

Thanks in advance

Regards

 

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.