7 Answers, 1 is accepted
0
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.
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.
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
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.
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.
I am also need solution for this.
0
Hi Murugavel B,
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.
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
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
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
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