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.
Hello Pawan Shah,
For a row/cell to obtain or lose focus, you must have the Activation behavior enabled. I suggest the following forum threadhttp://es.infragistics.com/community/forums/t/13649.aspx
as well as the following section in our documentation, could both be of assistance to you. http://help.infragistics.com/Help/NetAdvantage/ASPNET/2012.1/CLR4.0/html/WebDataGrid_Cell_Editing.html
If you have any questions or concerns with this, please let me know and I'll be glad to help.
Hi,
Thanks for your help.
First link worked for me.
Thanks