I'm working with a grid that uses the UpdateRowBatch routine. I'm trying to find a way to let the user press a button that performs a function prior to UpdateRowBatch firing. So the user hits a button, the row, or rows, populate with data and then UpdateRowBatch fires. Seems to me it fires right away, anyone know a way to head that off?