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
30
enterEditMode not working in chrome
posted

Dear Team,

 

I have tried auto blinking editing row when adding a new row in the web data grid. It's working fine. But when scroll enabled it's not working. in IE its works perfectly. kindly suggest.

 

Note  I am using:

Infragistics Version: 13.2

Chrome Version : Version 86.0.4240.198 (Official Build) (64-bit)

CODE:

function SetInEditMode(index) { 
var grid = $find("Grid");
if (grid.get_rows().get_row(index) != null) {
var cell = grid.get_rows().get_row(index).get_cell(1);
grid.get_behaviors().get_activation().set_activeCell(cell);
grid.get_behaviors().get_editingCore().get_behaviors().get_cellEditing().enterEditMode(cell);
cell.get_element().focus();
}
}

  • 1560
    Offline posted
    Hello,
    I noticed that there is an additional forum thread regarding the same query. Please, keep in mind that according to our support policy we handle singe thread per issues. This helps us ensure that all issues are addressed and handled correctly.
    Please take a look at this forum thread where I have already provided an answer and let me know if you have any additional questions.
    Thank you for using Infragistics components.

    Sincerely,
    Teodosia Hristodorova
    Associate Software Developer