Hello Stackoverflow community,
I'm using an ASP.Net MVC Infragistics igGrid. I want my grid to have following behavior. If I add a new record to my igGrid, I want all my attributes / columns of my grid to be editable.
When I want to update a record of my igGrid, I want some attributes / columns to be readonly. I have tried setting some of my columns to read only. This solved my problem
when i want to update a record. But when I want to add a record, theses attributes are now readonly.
Is there a way to set the read only attributes separately for adding and editing a record?
thank you very much for the help.