This is a migrated thread and some comments may be shown as answers.

How to pass GridImageColumn value from radgrid on row select

1 Answer 89 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ALEX
Top achievements
Rank 1
ALEX asked on 28 Nov 2012, 08:32 AM
In this example,it shows  the value of the DateField to the ClientDataKeyNames array of the MasterTableView or a detail GridTableView,
L:ikewise ,how to send image column
function RowSelected(sender, args) { var label = document.getElementById("<%= Label1.ClientID %>"); label.innerHTML = "<b>CustomerID: </b>" + args.getDataKeyValue("CustomerID") + "<br />" + "<b>CompanyName: </b>" + args.getDataKeyValue("CompanyName"); }

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 03 Dec 2012, 09:09 AM
Hello Alex,

Could you please elaborate a bit more on the required functionality you need to achieve as the provided description does not gives enough information for the issue you are currently facing?
 Sharing your scenario and requirements will help us provide proper solution for your specific case.

Regards,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
ALEX
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or