• WebDataGrid Batch Updating

    Updating can be a big part of certain grid scenarios and now the ASP.NET WebDataGrid supports batching all updates on the client.  The great part about this is that the number of postbacks can be reduced to one to push all of these changes to the database.  If the updates are handled manually, all of them could conceivably be done with one data source query.  To take advantage of this new functionality,  turn on the new property…
    • Wed, Nov 2 2011