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
80
pls help in solving this problem
posted

 

I have ultrawebgrid(FieldGrid) with three columns(Container,Product,Qty)

on Tabout from lastcell(Qty) of first row

1)  it should create new row below 

2) with focus pointing at first cell of newly added row

 

I tried using JavaScript keydownhandler.

1) I am able to add new row,

2) but as soon as the row is added focus is lost and page is refreshed

3) once again I have to click on newly added row first cell to activate it