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
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