I am able to display Multiple Columns But unable to Filter..... the rows based on the EmpName..
i.e I need a autocomplete feature for textbox and base on this the result should be displayed
Do you see the commented code in the FlexTesthandler.ashx (lines 13-20 and line 25)?,you can uncomment them ,when the user type something in the textbox,JQuery flex will send what is typed to the generic handler(FlexTesthandler.ashx) with querystring (q),so
all you have to do is to read that query string,filter your records and return them as list.
This site has not feature to upload complete files but I will help you with anyway I can.
Best Regards,
Ala'a Alnajjar
----------------------------------------------------
My Webblog
alaa9jo
Star
11375 Points
2036 Posts
Re: Dropdown list with Multiple Columns , Having Hirerachy Structure , Autocomplete
Mar 17, 2010 02:38 PM|LINK
Do you see the commented code in the FlexTesthandler.ashx (lines 13-20 and line 25)?,you can uncomment them ,when the user type something in the textbox,JQuery flex will send what is typed to the generic handler(FlexTesthandler.ashx) with querystring (q),so all you have to do is to read that query string,filter your records and return them as list.
This site has not feature to upload complete files but I will help you with anyway I can.
Ala'a Alnajjar
----------------------------------------------------
My Webblog