Rank: Newbie Groups: Member
Joined: 6/21/2009 Posts: 8
|
I have a dialog which contains rows of textbox within a gridview, these textbox inputing by barcode scanner, barcode contains chr(13) at the end of every barcode, is it possible to ignore the enter key and let go through all other textbox ?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You will need to handle the dialog's ClientSideOnAccept client event and return false from that event handler.
Thanks!
|