Hi ,
I am new to DataGridView control so please exuse me if I ask any obvious question.
I have a datagridview control , in which I want to restrict user to enter only numeric values only for a cell under a particular column. What will be the best way to create such type of validation in DataGridView cells.
It is possible when we create a simple text box , but how can we validate a DataGridView Cell. It will be nice if anybody provide a small code snippet to achieve this.
Thanks in advance, Ashish