I'm wondering if anyone has an example of how to populate a dynamically created templated column using ajax. I have a user control that contains a grid. The last column in the grid is a templated column that contains a dropdown with several options. Because the logic involved with determining which options to display varies by item and is someone time consuming, I'd like to have the grid returned quickly and then have an ajax update occur in this column that will populate afterwards. I'm envisioning a spinning loading panel in each this column that will be displayed until the contents are available.
Is there an example floating around about how best to do this?
Thanks.
Is there an example floating around about how best to do this?
Thanks.