possible fill atribute with declaratived way? i need put ID to rating attribute in grid -> nested view. Somthing like this:
<
telerik:RadRating ID="RadRatingOverAll" runat="server" ItemCount="8" onrate="RadRating4_Rate" AutoPostBack="True" EnableToolTips="True" Attribute='<%# Eval("ID")%>' >
</telerik:RadRating>