below is the code snippet I am using to achive the functionality.
Here if I change the line
from item1.Checked = true; to item1.Value = "Some Text";
I am able to do that & for the previously selected fields the values are changed. But unable to check the previously selected check box.
Please check the screen shot.
Not sure if I have any confusing statments in my post. But I will be curious how AutoCompleteBox will help me achive the same. What I am trying to achieve is simple,
- Get a RadComboBox style dropdown OR something like ListBox where users can select more than one value.
Here are actual steps:
- A RagGrid is displayed to the user.
- When user click on "Edit" (renamed to "Filter") link it shows them the RadComboBox.
- When they actually click on RadComboBox, I try to go grab data from datasource & attach to RaDCombo. & then they can select on the checkbox against each value in RadComboBox
The problem is everytime they select some values in dropdown, & click update. If they want to comeback & check/uncheck any value. The RadComboBox resets all the selected values.
What I am trying to achieve then is, get any previously selected values (check screenshots) everytime they click on ComboBox & recheck the previously selected checkbox. Please see the screenshot.
Thank you