How can I get index of checked items , put in lines of a string ?
Imagine I have checked the first , forth and sixth items , so I will have :
1
4
6
1 Answer, 1 is accepted
0
Accepted
Dess | Tech Support Engineer, Principal
Telerik team
answered on 28 Jan 2019, 02:54 PM
Hello, George,
RadCheckedDropDownList stores all checked items in the CheckedItems collection. You can extract the index of each checked item by using the following approach:
foreach (RadCheckedListDataItem item in this.radCheckedDropDownList1.CheckedItems)
Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.