Dear Telerik,
In your code library you published solution for the ComboBox and CheckBoxes in order to get multiselection.
I did the following:
1. Took your solution
2. Changed ComboBox to Prometheous ComboBox
As a result I do not see text against textboxes.
Moreover, if previously I could access individual check box using:
var id = document.getElementById(combo.Items[i].ClientID + "_CheckBox");
I cannot do this not as combo box item does not implement any ClientID or similar functionality.
Would you please explain how can I use Prometheous combobox with check boxes in order to implement multiselection.
Thank you very much,
Yuri
In your code library you published solution for the ComboBox and CheckBoxes in order to get multiselection.
I did the following:
1. Took your solution
2. Changed ComboBox to Prometheous ComboBox
As a result I do not see text against textboxes.
Moreover, if previously I could access individual check box using:
var id = document.getElementById(combo.Items[i].ClientID + "_CheckBox");
I cannot do this not as combo box item does not implement any ClientID or similar functionality.
Would you please explain how can I use Prometheous combobox with check boxes in order to implement multiselection.
Thank you very much,
Yuri