Ted Husted
03-21-2005, 03:53 PM
I bravely snagged Spring.Web from CVS and plugged it into my application.
The DI stuff is working just fine, but my DataGrid ItemCommand events don't seem to fire.
When I reverted to the System.Web.UI.Page, the ItemCommand starting firing again.
Is there a Spring DataGrid that we should use? (I looked but couldn't find one in CVS.)
The DataGrid in play now uses the common idiom of setting most properties in the ASPX, and setting the dataource in the codebehind. On other pages, we started using fully dynamic DataGrids that are constructed by the codebehind.
I'd be happy to donate a very simple example application using a conventional DataGrid and dynamic DataGrid, to demonstrate the problem, if that would help.
-Ted.
The DI stuff is working just fine, but my DataGrid ItemCommand events don't seem to fire.
When I reverted to the System.Web.UI.Page, the ItemCommand starting firing again.
Is there a Spring DataGrid that we should use? (I looked but couldn't find one in CVS.)
The DataGrid in play now uses the common idiom of setting most properties in the ASPX, and setting the dataource in the codebehind. On other pages, we started using fully dynamic DataGrids that are constructed by the codebehind.
I'd be happy to donate a very simple example application using a conventional DataGrid and dynamic DataGrid, to demonstrate the problem, if that would help.
-Ted.