I'd like to dynamically increase the grid size (add rows and or columns) when a user attempts to paste data that exceeds the default size.
Is there an event that I can capture that fires before the 'Cannot paste, because the copy area and the paste area are not the same size and shape' error occurs?
I've tried OnClientChanging and OnClientPaste but the error is thrown before either of these events fire.
I simply added what I believe will be more than ever needed columns and rows and will make users aware of these limits.
Not as elegant of a solution as I would prefer but it will satisfy the need.