Hi, I'm using a radgrid with a GridEditCommandColumn, I would like to know how can i set the alt tag to the images within the column, Edit Icon, Update Icon, Inser Icon ...
<telerik:GridEditCommandColumn ButtonType="ImageButton" EditImageUrl="../images/document_edit.png" HeaderText="Command"
CancelImageUrl="../images/stop.png" UpdateImageUrl="../images/disk_blue.png"
InsertImageUrl="../images/disk_blue.png" EditText="Edit Vehicle" CancelText="Cancel" UpdateText="Update Vehicle" InsertText="Save Vehicle" >
</telerik:GridEditCommandColumn>
I'm also using a GridTemplateColumn, but alt tag is not working.
<telerik:GridTemplateColumn UniqueName="columnDelete">
<ItemTemplate>
<asp:LinkButton ID="lbDeleteV" runat="server" CommandName="Delete" CommandArguments="delete">
<img style="border:0px" alt="Delete Vehicle" src="images/delete.png" /></asp:LinkButton>
</ItemTemplate>
<EditItemTemplate>
</EditItemTemplate>
</telerik:GridTemplateColumn>
Thanks in advance.
I have a content page, that utilizes a simple MasterPage built with Visual Studio 2008 Pro.
Within the content page I have a RadTreeView and a DetailsView control.
The RadTreeView is bound to a SQL data source.
The RadTreeView is set up as a master/details for the DetailsView.
I have drag and drop configured between nodes to allow the user to re-order nodes (server side).
I have set up a ScriptManagerProxy and RadAjaxManagerProxy on the page.
The page works great. Until you try to leave.
When you close the browser, refresh the page or try to open a new page the following JavaScript error occurs:
Line: 3014
Error: Sys.InvalidOperationException: Handler was not added through the Sys.UI.DomEvent.addHandler method.
I've read other posts here for other controls that exhibit the same symptoms. The solutions they were given was to download the latest version because that bug was fixed in the new version of the control in question (not RadTreeView).
However, I believe I have the latest version. I installed RadControls for ASP.Net AJAX 2008 2.826
Is there anything I can do to fix this? I have spent over 30 hours getting this RadTreeView to work, I'd rather not abandon it because of a stupid JavaScript bug.

Hello guys,
I'm supposed to evaluate the telerik ASP.NEt AJAX package for my company. In advance I apologize if this question has already been answered in the forum, I have searched but found nothing about it.
I have few question regarding the grid which is our most concern in term of control :
- Do you have/plan to incorporate a full client-side rendering to allow full client side automatic support of function like sorting, paging, grouping, filtering and so on ... like for example the component-art one [ sample @ http://www.componentart.com/webui/demos/demos_control-specific/grid/features/mixed_runningMode/WebForm1.aspx ]
- Is the grid implement edit mode using full JSON handling ?! If not do you plan to add these functionnality, or adding full JSON support for most of the functionnality in order to boost up the grid performance.
- I saw you post some tips & tricks, and I really appreciate that :) Do yount have any kind of best-practice for the grid usage.
I still playing with the grid, I probably have further questions on it, and I will probably come back soon.
I'm playing with Component-Art grid since few days also, and it seems very powerfull as well, but also a little buggy, and the support doesn't seem to be very efficient. If anybody have ever used both of the libraries, I'll be happy to hear your thoughts about them.
Hope hear from you soon as well.
