or
| <telerik:GridDropDownColumn DataField="OptionCategoryID" DataType="System.Int32" HeaderText="Option Category" |
| UniqueName="OptionCategoryID" DataSourceID="getOptionCategories" ListTextField="Name" ListValueField="OptionCategoryID"> |
| </telerik:GridDropDownColumn> |

| function AfterClientCallBackError(node) |
| { |
| alert("The error occured when you tried to expand the " + node.Text + " node"); |
| } |
| <telerik:RadTreeView ID="_uscRadTrvtAuthority" runat="server" AfterClientCallBackError ="AfterClientCallBackError" OnClientContextMenuShowing="ClientContextMenuShowing" EnableDragAndDrop="true" AllowNodeEditing="true" OnNodeEdit="_uscRadTrvtAuthority_NodeEdit" Skin="Web20" ShowLineImages="False" CssClass="RadTreeView" OnClientNodeEditing="OnClientNodeEditing_uscRadTrvtAuthority" OnClientContextMenuItemClicking='OnClientContextMenuItemClicking'> |
| <ContextMenus> |
| <telerik:RadTreeViewContextMenu ID="ContextMenu1"> |
| <Items/> |
| </telerik:RadTreeViewContextMenu> |
| </ContextMenus> |
| <CollapseAnimation Type="OutQuint" Duration="100"></CollapseAnimation> |
| <ExpandAnimation Duration="100"></ExpandAnimation> |
| </telerik:RadTreeView> |
Hi! how you doing?
I gonna lost my mind with this error:
(Follow the link to image)
What am I doing wrong??
| <telerik:RadSpell ID="RadSpell1" runat="server" SupportedLanguages="en-US,English" |
| ControlsToCheck="tbHCMLanguage,tbConsumerLanguage,tbCustomRecommendationComments" AllowAddCustom="false" /> |
| |
| <asp:Button ID="btnSaveCustomRecommendation" runat="server" Text="Save" OnClick="btnSaveCustomRecommendation_Click" /> |
| |
| <asp:Button ID="btnCancelAddCustomRecommendation" runat="server" Text="Cancel" CausesValidation="false" OnClick="btnCancelAddCustomRecommendation_Click" /> |