This is a migrated thread and some comments may be shown as answers.

Control Not working

2 Answers 82 Views
SearchBox
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 24 Aug 2015, 03:08 PM

I have rad search box and bind it to a dataset in the page load event. I have auto complete disabled. When I type in four letters and click the search icon I just get a graphic of something churning. I wait 2 minutes and the drop down never appears. Is there anything else I have to do to get it to work.

 c# code in the page load event. The datasource "ds" does come back from my wcf service correct.

--===========================================

schUtility.MinFilterLength = 4;
schUtility.MaxResultCount = 15;
schUtility.DataValueField = "cust_name";
schUtility.DataTextField = "cust_id";
schUtility.DataSource = ds;
schUtility.DataBind();

--===========================================

I ask, because I'm on version 729.45 and it has issues. The wizard, for example, will not validate even though I cut and paste code from Telerik's web site. I also have issues with other controls, so I am not sure if the control is not working for me because of a bug or if I am doing something wrong.

2 Answers, 1 is accepted

Sort by
0
John
Top achievements
Rank 1
answered on 24 Aug 2015, 03:52 PM

Ok, it's not me. The rad search box is not operating properly. The smart tag doesn't even work. I'm on VS2013 on a 64 bit win 7.

I loaded up my VS2010, quickly build a demo project and the rad search box and rad wizard do work properly. Is there any known issues with VS 2013 professional?

0
Aneliya Petkova
Telerik team
answered on 26 Aug 2015, 09:48 AM
Hi John,

We are not aware of any issues in Visual Studio 2013 - everything should work as expected. Attached you may find a sample project made in Visual Studio 2013(only Telerik dll's must be added in Bin folder). Please test it at your side and let me know how it goes.

Regards,
Aneliya Petkova
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
SearchBox
Asked by
John
Top achievements
Rank 1
Answers by
John
Top achievements
Rank 1
Aneliya Petkova
Telerik team
Share this question
or