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

[Solved] DataNavigateUrlFields

1 Answer 278 Views
Grid
This is a migrated thread and some comments may be shown as answers.
shovavnik
Top achievements
Rank 1
shovavnik asked on 02 Feb 2008, 01:13 PM
When setting the DataField for a GridBoundColumn using dot notation, the column properly shows the value of the field on the child object.

If use the very same property on a GridHyperLinkColumn in the DataNavigateUrlFields, it doesn't work.

For example, this works:
<telerik:GridBoundColumn DataField="ChildObject.Property" SortExpression="ChildObject.Property"
</telerik:GridBoundColumn> 

but this doesn't:
<telerik:GridHyperLinkColumn DataNavigateUrlFields="ChildObject.Property" DataNavigateUrlFormatString="page.aspx?value={0}" Text="Text"
</telerik:GridHyperLinkColumn> 

Is this a bug? Am I doing something wrong? Is there a declarative work around?

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 04 Feb 2008, 07:58 AM
Hi shovavnik,

GridHyperlinkColumn  does not support yet nested objects binding - we will try to add this as soon as possible.

Kind regards,
Vlad
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
shovavnik
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or