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
145
Focus on newly added row
posted

I would like to put focus on the newly added cell.

here is my code :

var grid = igtbl_getGridById('<%=uwgSiteAlias.ClientID%>');
var rows = grid.Rows;

var nRow = rows.addNew();
var activeRow = igtbl_getGridById('<%=uwgSiteAlias.ClientID%>').getActiveRow();

 the above creating a new row but not getting focus in that. I have to scroll down to get the row and text in it.

Parents Reply Children
No Data