Hey I followed your example for customizing the row layout.
The custom row now shows but it's not showing the binding data and if I remove the RowStyle="{StaticResource rowStyle}" parameter and display the GridViewDataColumns with the bindings, the data then displays.
Can you help?
The custom row now shows but it's not showing the binding data and if I remove the RowStyle="{StaticResource rowStyle}" parameter and display the GridViewDataColumns with the bindings, the data then displays.
Can you help?
4 Answers, 1 is accepted
0
Hello Brandon,
Vanya Pavlova
the Telerik team
Can you verify that your custom row style follows the approach demonstrated in our online demo?
Vanya Pavlova
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

Brandon
Top achievements
Rank 1
answered on 18 May 2011, 08:04 PM
Yes I am following that exact template.
I'm using the template created in that example to display contact info.
I'm also binding to the grid from a DataTable in the codebehind.
I'm using the template created in that example to display contact info.
I'm also binding to the grid from a DataTable in the codebehind.
0
Accepted
Hi,
Vlad
the Telerik team
Bindings can access DataTable fields only with square brackets. You can use the table DefaultView instead or modify your bindings.
Regards,Vlad
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

Brandon
Top achievements
Rank 1
answered on 19 May 2011, 03:01 PM
The DefaultView worked like a charm.
Thanks!
Thanks!