Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
425
Using downArrow or upArrow
posted

I am using a WebGrid with EnableF2="False" and EnableOnKeyPress="True".

I have users that need to type values on rows of some colum in a WebGrid.

Is there a way for the user to type a value in a cell and then just pressing downArrow key, move the focus to the cell below, saving the data?

With the settings I am using now, after typying the value, I have to press ENTER and only after that I can press downArrow to move the focus.

I do not want to press ENTER, I just want to press downArrow key.

You can see this behavior at this link:

http://wijmo.com/demo/explore/?widget=Grid&sample=Editing

Try to change the value of DISCOUNT column and then press downArrow, note that the value is saved and the focus moved to the cell below,

Another nice issue is: try to click in the QUANTITY HEADER, note that the focus moves to the first cell

Is there a way to have these behaviors using WEBGRID?

Thanks!

Edson

Parents Reply Children
No Data