fnDrawCallback() gives IE Script Error

fnDrawCallback() gives IE Script Error

maliu1970maliu1970 Posts: 15Questions: 2Answers: 0
edited March 2014 in General
Dear Allan,

Thanks a lot for all the support you are providing to thousands of people...

We are also using Datatables and are facing a serious issue with the fnDrawCallback() function. We have only 976 rows coming back from the database using a WCF method. However when we select the radion button to select a record for editing it is slow and also footer filters are very slow and if the user clicks multiple times on the radio buttons the script error pops up. Can you please advise how to circumvent this issue? Thanking you in anticipation.

Yours sincerely,

Ali

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    What code is running when you click the radio button - if I understand correctly, that is the code that is running slowly?

    Allan
  • maliu1970maliu1970 Posts: 15Questions: 2Answers: 0
    I used the JQuery "on" instead and it took care of it. I guess we were using fnDrawCallback() inappropriately. Thanks.

    Ali
This discussion has been closed.