Team,
We are using IgGrid Inline Editing with Row mode. We need to disable the Resolution and Resolution Comments columns if System and Entered count columns values are same. Entered Count, Resolution, Resolution Comments columns are editable columns.
With row editing we are unable to do the disable changes at the time of changing entered count.
Updating Configuration:
{
name: 'Updating',
enableAddRow: false,
enableDeleteRow: false,
editMode: "row",
aggregateTransactions: true,
validation: true,
dataDirty: function (evt, ui) {
return false;
},
}
Thanks,
Hello,
Thank you for posting in our community.
I have created and attached a sample illustrating the desired behavior using igGrid and igEditors APIs. Please test it on your side and let me know whether it helps you achieve your requirement.
62622.Sample.zip