Search function

Hi,
what is the JS function responsible for executing the search in the search textbox of the gantt control ?
thanks.

1 Reply

JD Jayakumar Duraisamy Syncfusion Team September 23, 2015 01:37 PM UTC

Hi,
We can perform search operation in Gantt using searchItem() public method . Please find the code example for more details ,
Code snippet:

function searchItem(){

           var obj = $("#Gantt").ejGantt("searchItem", $("#searchbox").val());

        }






 
We have created sample with a custom search textbox  for filtering the task(s). Please find the sample as below link.
Link: http://www.syncfusion.com/downloads/support/forum/120517/ze/GanttSample_Asp.net29605758.zip
Please let us know if you require further assistance on this.
Regards,
Jayakumar Duraisamy


Loader.
Up arrow icon