Hello everyone, I have an ultragrid that allows the user to add a row with a button press but I need to find a way to keep a new row from being added when the user tabs out of the last cell. Does anyone know how to override this functionality?
Hi Jason,
I was able to prevent the tab row creation by setting the InsertNewRowAfterLastRow property on the EpiUltraGrid to false.
1 Like