Skip to main content

CODING

C# - Change Default "Enter" Key Behavior In DataGridView

Default behaviour when the Enter key is pressed in DataGridView is to select the next row. Many times a customer would like to have some other behaviour, e.g. Enter to edit the current row or to open a window with detailed information.

jQuery - Password / Confirm Password Validation

Registration process on web sites requires entering password and password confirmation fields.

Here is an example how to validate password and confirm password fields with jQuery.

jQuery - Deprecated Functions and Methods

We provide a list with deprecated jQuery functions. Please consider that this functions are not necessarily removed from this Javascript library.

jQuery - Focusout() and Blur() Event Differences

You can find many examples on Internet where you can see that focusout and blur events are used as synonyms and you can be confused with their usage.

What is difference between jQuery's .focusout() and .blur() events?

The difference between .focusout() and blur() jQuery event is that the .focusout() is sent to an element when it, or any element inside of it, loses focus. The .blur() event supports detecting the loss of focus from parent elements (i.e., it supports event bubbling)

jQuery Validation

There are many situations when you need to validate entered data in HTML forms with jQuery.

We created several examples that are most used among web developers so please find it below. If you have any other suggestion that we could write about please contact us as let us know.