Hello,
I am Not able to get RadComboBox selected item(s) from withing RadGrid template cell,
My requirement is to check, if the default value is selected(this can be 'Please Select' or anything), prompt the user with an alert message suggesting to select another valid value.
FYI I am not able use logic to get the combo box as under, since the tag it renders is a table within div
combo = gridElement.getElementsByTagName("???"); /*what tag I can use to find the combo within grid*/
Please suggest.
Regards,
Nhilesh Baua