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
100
IgGrid Inline Editing - Disable a control in a cell based on another cell value changed
posted

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,

  • 1080
    Offline posted

    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