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

Lost focus event in radcomboBox

7 Answers 250 Views
ComboBox and ListBox (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sunil
Top achievements
Rank 1
Sunil asked on 15 Dec 2009, 09:40 AM
Hi,
I want to validate the user input on the focus lost event of the radcomboBox. How can I achieve this?

7 Answers, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 18 Dec 2009, 08:14 AM
Hello Sunil,

Thank you for your question. The lost focus event is not appropriate for handling validatio. You must use the standard Validating and Validated events. They provide means to implement a correct validation. Please write again if you have other questions.

Regards,
Victor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Sunil
Top achievements
Rank 1
answered on 18 Feb 2010, 09:21 AM
Thanks Victor for your reply.
I am using radcombobox in winform and binding it with a custom collection. I have set the Autocomplete Mode property to “SuggestAppend”, i.e user can enter data in the radComboBox. How can I validate if user has typed the valid data which is present in the combobox itself.
0
Vassil Petev
Telerik team
answered on 18 Feb 2010, 09:42 AM
Hi Sunil,

We will be glad to help you further on this. Before doigd so, however, please, address the questions that we sent you in your "how to set text before the checkbox" ticket, which you can find in the Support section of your account.

Thank you in advance.


Greetings,
Vassil
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
0
Murugavel B
Top achievements
Rank 1
answered on 02 Jun 2010, 03:33 PM
Hi,

I am also need solution for this.
0
Victor
Telerik team
answered on 07 Jun 2010, 06:02 PM
Hi Murugavel B,

You can use the TextChanged event and perform your custom logic there. Currently, RadComboBox does not provide hooks into its auto complete behavior.

Kind regards,
Victor
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
0
Priya
Top achievements
Rank 1
answered on 27 Nov 2012, 03:47 PM
Hi,

I have a radcombobox with checkbox i need all the checked tem list after selection..in which event i will get all that checked items .
i want to display all the selected items in a panel after seleting multiple items

Plz give me a solution
0
Ivan Todorov
Telerik team
answered on 30 Nov 2012, 01:49 PM
Hello Priya,

Thank you for writing.

RadComboBox was obsolete as of Q2 2010 and was removed from our suite a year later. It was replaced by RadDropDownList. Can you please confirm whether you are using the RadComboBox or the RadDropDownList.

If you are using the obsolete RadComboBox, you can check the following knowledge base article. To detect when a checkbox has been checked, you should subscribe to the ToggleStateChanged event of the RadCheckBoxElement inside each item.

If you are using RadDropDownList, you can use the "Create New Items" demo under the DropDown & List category in our Examples application. In that example, you should detect when the Available property of any CustomListDataItem has changed.

Hope this will help you. Let me know if you have any additional questions.

Greetings,
Ivan Todorov
the Telerik team
Q3’12 of RadControls for WinForms is available for download (see what's new). Get it today.
Tags
ComboBox and ListBox (obsolete as of Q2 2010)
Asked by
Sunil
Top achievements
Rank 1
Answers by
Victor
Telerik team
Sunil
Top achievements
Rank 1
Vassil Petev
Telerik team
Murugavel B
Top achievements
Rank 1
Priya
Top achievements
Rank 1
Ivan Todorov
Telerik team
Share this question
or