| <ClientSettings EnableRowHoverStyle="true" EnablePostBackOnRowClick="true" > |
| <Selecting AllowRowSelect="True" /> |
| </ClientSettings> |
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
|
<
telerik:RadPanelBar runat="server" ID="RdPanelCategories" ExpandMode="SingleExpandedItem"
EnableViewState="false" DataValueField="CategoryID" DataTextField="CategoryName"
DataFieldID="CategoryID" DataFieldParentID="ParentCategoryID" DataSourceID="SqlDSCategories"
OnClientItemClicked="rdPanelCategories_OnClientItemClicked"
OnItemDataBound="rdPanelCategories_OnItemDataBound">
if i put the below code, adding add items in twise one is normal text and another is checkbox including Root, but i dont want that...
<ItemTemplate>
<asp:CheckBox ID="chktest" runat="server" Text=<%#Bind("CategoryName") %> />
</ItemTemplate>
Regards,
Suresh Kannan P
var panel = $find("RadPanelBar1"); // PANEL
var pItem = panel.findItemByText("Record Details"); // PANEL ITEM
var lstBasis = pItem.findControl("lstBasis"); // Rad list box is found
var btnUM = pItem.findControl("btnUnfundedMandates"); // BUTTON IN THE PANEL ITEM IS NOT FOUND
Line 15: |