Hi
I tried to check all items on pageload. I used below source code.
for (int i = 0; i < objList.Count; i++) { cboLocation.Items.Add(new RadComboBoxItem(objList[i].Name, objList[i].ID)); cboLocation.Items[i].Checked = true; }It worked and show "All Items Checked" text on local. But when I publish to server, it did not show "All Items Checked" text and display items with "," delimiter. Can anyone advice me on this?
Thank you.
Best regards,
Ei Wai
