I have a user control that contains a grid and a few other controls that it works flawless on its own, but now I have a requirement to include that user control as a column in another grid. Everything looks wonderful when first rendered, but as soon as the outer grid issues any command for paging or edit/insert the inner grid gets blanked out. The other controls on the user control are fine and any interaction with the user control will refresh the inner grid. The user control is in a template column that is defined in markup and not programmatically. Also, the user control functions correctly while nested in the table aside from the noted problem. What am I missing?
Many thanks,
Wade
Many thanks,
Wade