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

Column Not Binding

1 Answer 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Shawn McCollum
Top achievements
Rank 1
Shawn McCollum asked on 25 Jun 2010, 05:19 PM
When I add a GridButtonColumn, GridHyperLinkColumn, or template column, the column is not binding.  Using the exact same field in a gridboundcolumn works fine - but the afore mentioned columns do not bind.

I am doing client-side binding to a web service.  The web service and binding in general are working correctly, as all other gridboundcolumns work correctly.

Shawn

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 28 Jun 2010, 11:51 AM
Hello Shawn,

When using client-side data-binding and GridTemplateColumn column you have two options to populate template with data:
 - add control in the ItemTemplate with ID same as DataField which should be shown in that column cell
 - listen for RowDataBound client event, find cell in question and populate it manually with data.

Additionally, you can review the following forum thread:
http://www.telerik.com/community/forums/aspnet-ajax/grid/radgrid-client-side-binding-with-gridtemplatecolumn-and-labels.aspx

I hope this helps.

Regards,
Pavlina
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
Tags
Grid
Asked by
Shawn McCollum
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or