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

Reload list box

1 Answer 92 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Eric Klein
Top achievements
Rank 1
Eric Klein asked on 17 Nov 2009, 06:44 PM
I have a RadListBox that is filled in the code behind when the SelectedIndex of a RadDropDown is changed.  On the same screen is  a button the will open a rad window that will allow the user to edit the information that is show in the RadListBox.  I am trying to set up client side script that will reload the RadListBox when the RadWindow is closed.  There does not seem to be a set_datasource.  Is there anyway to do this?

1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 17 Nov 2009, 09:00 PM
I've used the RadListBoxItemCollection object and added/removed from it, while tracking/committing the changes in the RadListBox object. I think this would be an easier way (just adding/removing items) since I don't think you can set the datasource through the client-side.
Tags
ListBox
Asked by
Eric Klein
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or