I am using ShieldUI for making an editable Grid on a webpage. A very similar grid can be found at this URL.
My requirement is to make only 1 column editable while keeping the remaining columns as non-editable in the above Grid.
The Documentation of the ShieldUI provides option to enable or disable editing of the whole Grid at a time. However, it provides no option to enable or disable editing at column level.
I could not find any good resource on the web on this topic.
As a possible solution, we can enforce the edit disable using Javascript, but I think that would destroy its simplicity.
How can we achieve this? Any help would be highly appreciated.
Thanks