How can i get all checked items and values in RadTreeView on client side?
问题 I have the RadTreeView in the RadCombobox. I need to create function using javascipt because i want to read all checked items and their values after closing of the RadComboBox. How can i get all checked items and values using javascript? This is my source code: function OnClientDropDownClosed() { //Foreach all checked items and save to array //I want to need for example: Text: John Black, Value: 1 } <telerik:RadComboBox ID="RadComboBox1" OnClientDropDownClosed="OnClientDropDownClosed" runat=