after disabling editing the cells by returning false in the iggrideditcellstart event
the next all rows are not selectable
Hello Raghu,
I can't reproduce the described behavior.
Please refer to the attached sample for your reference and feel free to modify it in order to reproduce the issue, then send it back to me or let me know what are the differences with your scenario.
Looking forward to your response.
Regards,
Tsanna
Hi Tsanna,
I am disabling the editing of 2 cells based on the condition, but after disabling editing,any other row selection doesnt works.
here is the code:
$(document).delegate("#igGridAllDraws", "iggridupdatingeditcellstarting", function (evt, ui) { var dataview = $("#igGridAllDraws").data("igGrid").dataSource.dataView(); var row = $("#igGridAllDraws").igGrid("selectedRow"); var status = dataview[row.index]["Status"]; var isPaidOff = dataview[row.index]["PaidOffFlag"]; if (status != "Recorded") { evt.preventDefault();
//return false } })
Looking for your reply
Regards
Raghu
Did you manage to resolve the issue? If you need further assistance, please let me know.