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

Matching Query w/ Dataset

1 Answer 60 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Rich
Top achievements
Rank 1
Rich asked on 17 Jun 2011, 01:38 PM
I have a "How the heck to I do THAT?" problem I am hoping someone can help with.

I have a page that uses a RadComboBox, which is bound to a dataset with say 10 names/values in it.  I also have a query being returned to the page, that several other controls are bound to, which also includes two columns which are nothing more than pipe separated strings, one with usernames and the other with userids.  What I need to do is, in the pre-render event, find the usernames and match them to entries in the bound ComboBox.  If found, I need to set the Checked property to true, AND then disable the checkbox so the user cannot check/uncheck the entry in the ComboBox while leaving the other entries available for use.

Anyone have any code examples that might help?  Any help at this point would be greatly appreciated!

Rich

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 23 Jun 2011, 09:34 AM
Hi Rich,

Can you please give more details on your scenario (some sample markup code and/or code behind). Can you also specify the desired behaviour that you are trying to achieve?

Greetings,
Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
ComboBox
Asked by
Rich
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or