|
Hi .Net Gurus Our requirement is to restrict the user to enter only numeric values. Although it can be done in gid's cellValidating event but in this scenario user can enter invalid values also. I want to implemented some thing like KeyPress event so that user can be restricted right the monet he enters anything into the cell.
I saw in one of the sample(.net 2003 ver.) where this finctionality was achieved by adding tableStyle to the grid's tablestyle property but in beta2 version there is no such property.
Any idea? |