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
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...