Click here to Skip to main content
15,903,030 members

Comments by Raahul Kaushal (Top 4 by date)

Raahul Kaushal 27-Sep-11 6:40am View    
The problem in validating value on KeyPress event is that this will be applied to all columns of the DataGridView.
Requirement is of only one NUMERIC Column that allows only valid numeric values as input like "432.55"
Raahul Kaushal 26-Sep-11 9:58am View    
The grid is not bound to a DataTable.
Grid is used for taking the input from the user.
Raahul Kaushal 26-Sep-11 9:44am View    
it has helped me to some extent. but i am looking for a more particular solution.
please refer to my query again.
Raahul Kaushal 26-Sep-11 9:38am View    
Thats a nice solution but I am working on a window application not on a web app.