Hello,
Dimitar - That is correct, it would, but unfortunately that would return all RadComboBox instances, not just the ones that are in the column of the RadGrid that he is trying to evaluate. Using the Class name allows him to target only the instances he is interested in without having to filter the results.
Regeesh, In jQuery, the each() function exposes two parameters, index, and Element.
http://api.jquery.com/each/
index is the ordinal position within the results, starting at 0
Element is the DOM element that is being evaluated. It is the same as using the "this" identifier.
In this case, you could ignore these parameters and just use "this" instead, but I included the parameters for demonstration purposes. Here is the shortened version of the code:
Could you post the JavaScript you have and the declaration for the RadComboBox so that we can better evaluate what is going on?
Thanks,
Thad