In a C# WinForm, DataGridViewTextBoxColumn cell I need to paste set of characters exceeding 32767. It always truncated at 32767.
Thought of implementing CellValueChange event and bind to the relevant cell I need. Is there any other way of implementing this?