Telerik 调用控件中的控件
现有RadListView列表控件,控件中有嵌套了一个RadRating,页面布局如下: 代码如下: <telerik:RadListView ID= " RlvwCriticism " runat= " server " AllowCustomPaging= " true " ItemPlaceholderID= " item " PageSize= " 8 " AllowPaging= " True " OnItemDataBound= " RlvwCriticism_ItemDataBound " OnItemCommand= " RlvwCriticism_ItemCommand " OnPageIndexChanged= " RlvwCriticism_PageIndexChanged " > <EmptyDataTemplate> <div style= " text-align: center; " > <span style= " color: #808080; text-decoration: none; " >暂无评论!</span> </div> </EmptyDataTemplate> <LayoutTemplate> <table id= " item " runat= " server " ></table> <table> <tr> <td>