Click here to Skip to main content
15,886,077 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am work on telerik,

I have 4 radio buttons namely All,ByClient,ByLawyer,Closed and ListControl name as FileListControl in which Files are shown and Dropdownnlist which is visible only if ByClient or ByLawyer Radiobutton selected otherwise remain disable.

Now as AllradioButton is selected which is by default then All files are visible in List Control.

Now as Select ByClient Radiobutton there is dropdown list shows.

But the bug is that as selection of dropdownlist item Files in List control has to be changed.
Which is not currently Happened.
same issue with By Lawyer Button as well.

what should i write in selected indexchanged event of Dropdownlist.

how could i get resolved?

thanks
Posted
Comments
BillWoodruff 6-Feb-15 12:49pm    
"what should i write in selected indexchanged event of Dropdownlist." Please post the code you are using in the "IndexChanged" EventHandler now.
dlpanchal 9-Feb-15 0:55am    
var items = _clientModel.GetNewClient();
items = (Client)DropDownList.SelectedItem.DataBoundItem;

BindFiles();

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900