I need to update a grid during page initialization rather than later in OnLoad(). I'm calling Rebind() in OnInit() in order to cause NeedDataSource() to fire so that I can set the DataSource to what I need. Everything works except the UpdateCommand event. I can load items into the grid, click on an Edit button, and get the edit form to show up, but clicking Update doesn't fire UpdateCommand or ItemCommand.
Is there a simple workaround?
Is there a simple workaround?