Hi,
I am new to kendo UI Web.
My requirement are as follows with kendo grid:
I am new to kendo UI Web.
My requirement are as follows with kendo grid:
- Grid Should be editable with tab key means user in a cell and edit some thing then press the tab key so next cell is selected
in edit mode and user can change the value. : According to the kendo documentation this will work if I set navigation property = true, but it's not working in my case . when I edit and hit the tab it's always move on first cell. - I have two or more combo-box column in my grid user can select the value from up and down key also auto append should work for that combo -box.(image attached)
- if user on last cell of last row and hit the tab key then new row added at bottom of grid and cursor in first cell of new row so that user can enter a new record.
- how to add image column and handle the click for that image cell.
- Cell only accept numbers in xx,xxx.xxx format with out showing spin (numeric) control.
basic grid project (with html & required scripts files ) with some functionality which I had done attached with this thread.
Please let me know if there is any possible scenario is available for above requirements.
Thanks in advance
Thanks in advance