Hi,
I have a GridNumericColumn whose Header text has to be dynamic. However, when I add the dynamic code block as the header text
I get a message: Databinding expressions are only supported on objects that have a DataBinding event. Telerik.Web.UI.GridNumericColumn does not have a DataBinding event.
Does this mean I will have to use template column to get my header right? Or am I missing something?
Thanks
I have a GridNumericColumn whose Header text has to be dynamic. However, when I add the dynamic code block as the header text
HeaderText='<%# GetFYString(DateTime.Now, true) %> <
br
/> <%#GetFYSpan(true)%>'
I get a message: Databinding expressions are only supported on objects that have a DataBinding event. Telerik.Web.UI.GridNumericColumn does not have a DataBinding event.
Does this mean I will have to use template column to get my header right? Or am I missing something?
Thanks