I have a RadGrid using Batch Edit mode and the data being editing/displayed by the grid is a single column.
When I Add Record, and then press return without entering any text, the data is accepted and BatchEditCellValueChanging client event is not fired and a blank record is added to my data to be saved. If I edit a cell with content already in it, clear the contents, then press Enter, BatchEditCellValueChanging is fired, and I can cancel the event to prevent the change from taking place.
How do I intercept the Add Record situation on the client side and prevent the blank record from being added to the client-side data?