Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
415
Populating a TemplateColumn value at runtime
posted

I've added a TemplateColumn to my grid row. The value of this cannot be bound as it needs to be evaluated at runtime.

I've added an event handler to the InitializeRow event of the grid and I've got the cell object using .Row.Cells("dynamicDescription"). Is there any way I can access the TextBlock control within the template column and set it's value?

Many thanks.

Parents Reply Children
No Data