Windows Form DataGrid

Windows Form DataGrid

am 19.11.2007 00:56:59 von Lou

How do I limit a DataGridViewTextBoxColumn to digits only
-Louie

Re: Windows Form DataGrid

am 19.11.2007 06:33:25 von notmyfirstname

Add a real textbox and use the event of those to do by istance an isnumeric
or a more advanced method

http://www.vb-tips.com/DataGridBoolColumn.aspx

Cor







"Lou" schreef in bericht
news:uNYIv6jKIHA.3516@TK2MSFTNGP02.phx.gbl...
> How do I limit a DataGridViewTextBoxColumn to digits only
> -Louie
>

Re: Windows Form DataGrid

am 22.11.2007 07:03:48 von Lou

huh?

"Cor Ligthert[MVP]" wrote in message
news:E90BE481-1FA1-49B6-8C96-8410234DAE18@microsoft.com...
> Add a real textbox and use the event of those to do by istance an
> isnumeric or a more advanced method
>
> http://www.vb-tips.com/DataGridBoolColumn.aspx
>
> Cor
>
>
>
>
>
>
>
> "Lou" schreef in bericht
> news:uNYIv6jKIHA.3516@TK2MSFTNGP02.phx.gbl...
>> How do I limit a DataGridViewTextBoxColumn to digits only
>> -Louie
>>
>