I have a column in my grid that every cell contains a textbox.
I add an event for these textboxes that every time I press Enter key, then next text box focused (jQuery). I set a break point in my script and everything was OK. But when I press enter key filtering button is pressed. How can I turn it off?
I add an event for these textboxes that every time I press Enter key, then next text box focused (jQuery). I set a break point in my script and everything was OK. But when I press enter key filtering button is pressed. How can I turn it off?