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
235
TemplatedColumn InstantiateIn not firing on button click
posted

Hi,

I'm having problems with TempatedColumn in an ultrawebgrid.

When I add rows (with templated column) to the grid programmatically in the page load event, InstantiateIn event of the CellTemplate class is fired ok. However if I want to add row on button click event, InstantiateIn doesn't fire..

Many thanks

Bartek

  • 235
    posted

    I moved code for columns definition to the page init event so that InstantiateIn fires correctly now, but this time two columns are added - first one blank and the templatedcolumn as a second one with drop down list I wanted to have. If I press button once again I will get three columns: two empty and the one with drop down list...