Hi,
i want to set the HeaderText in a GridBoundColumn by a Databinding expression.
<telerik:GridBoundColumn DataField="Text" HeaderText='<%# MyAssembly.MyHeaderText %>' >
I got the following Exception:
Databinding expressions are only supported on objects that have a DataBinding event. Telerik.Web.UI.GridBoundColumn does not have a DataBinding event.
Can you help me? what is the best Practices to solve this Problem?
Best Regards
Thomas
i want to set the HeaderText in a GridBoundColumn by a Databinding expression.
<telerik:GridBoundColumn DataField="Text" HeaderText='<%# MyAssembly.MyHeaderText %>' >
I got the following Exception:
Databinding expressions are only supported on objects that have a DataBinding event. Telerik.Web.UI.GridBoundColumn does not have a DataBinding event.
Can you help me? what is the best Practices to solve this Problem?
Best Regards
Thomas