We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

searchAppointments always empty when Schedule bound to database

Hi,

I'm using Schedule component with CRUD implementation.

When I add the search textbox on the schedule header and type a character that is present in the subject of the appointment, the highlighted line of code returns always an empty array.
Can you help me?

    function searchKeyUp(args) {
        var searchString = $("#txtSearch").val();
        var sobj = $("#WorkActivitySchedule").data("ejSchedule");
        var result = sobj.searchAppointments(searchString);            //result is always EMPTY
        showResult(result, searchString);
    }

Thanks in advance.

Claudio

3 Replies

NR Nevitha Ravi Syncfusion Team January 31, 2017 11:57 AM UTC

Hi Claudio, 
 
We have created an incident for your query and we request you to have a follow up with the below incident link for further update on this. Incident link: https://www.syncfusion.com/support/directtrac/incidents 
 
Regards, 
Nevitha. 



MH Michael Hehl February 24, 2017 10:15 PM UTC

I have the same issue. I cannot view the solution. 

Thanks,
Michael 


KK Karthigeyan Krishnamurthi Syncfusion Team February 27, 2017 06:17 AM UTC

 
Patch for the reported issue “While searching appointments, the variable result is always empty has been included in our latest release 15.1.0.33. Kindly upgrade your build version to avail the fix or else if you wish to receive the fix in your build version, kindly create an incident mentioning your build version. 
 
Regards, 
Karthigeyan 


Loader.
Live Chat Icon For mobile
Up arrow icon