Hi.I have set up an igGrid with updating feature on, and have some columns which need to be filled i.e. they have "required" property set to "true" in columnSettings of the updating feature. When I hide the required columns, I can still add a new row, which shouldn't happen. Can you suggest a workaround other than disabling the hiding feature?Thank you,Georgi Tsvetkov
hi Georgi,
You can bind to the rowAdding and check if the column is required and hidden. If that's true, you can cancel the rowAdding and show an error message.
regards
Lyubo