Hi,
After writing OnClientRated Function for a RadRating (A nested one) as below:
How Can I Convert sender to RadRating here, My goal is to access a
property of my specific RadRating Control(I'm using RadRating in a
DataList Control ). I know that I can do it in ItemDataBound event of
DataList, But it's not good enough considering that I have to use the
value here in JavaScript Function(I'm going to use it as a QueryString
Value in order to redirect to a page shown in RadWindow).
Would you please help me out?