I have limited my DGV cells max input value:
But if I enter 3e4 (I tested if I could enter numbers only), then this is a valid input and it converts to the number 30000, so it interprets the e as exponent function. How can I disable that?
Code:
CType(.Item("width"), DataGridViewTextBoxColumn).MaxInputLength = 3