Hi,
A couple of questions regarding upgrading to Q2-2010...
1) I noticed that for all the controls within RadPanelBar/RadPanelItem are inaccessible without writing code(for all controls) to drill down using FindControls especially if its nested. Is there an easier way?
A couple of questions regarding upgrading to Q2-2010...
1) I noticed that for all the controls within RadPanelBar/RadPanelItem are inaccessible without writing code(for all controls) to drill down using FindControls especially if its nested. Is there an easier way?
2) How do I implement this demo "http://demos.telerik.com/aspnet-ajax/window/examples/demoemail/defaultcs.aspx" without navigating to another url? The radwindow has all the controls defined in the same aspx as the radgrid.
<ClientSettings Selecting-AllowRowSelect="true" EnableRowHoverStyle="true" EnablePostBackOnRowClick="true" >
<ClientEvents OnRowSelected="ShowMessage" />
</ClientSettings>
Thanks!