Hi everyone,
To disable editing in a Grid particular column, we can call setEditable(). But do I have some way to disable editing a certain row?
Actually, I would to have a grid with only first line editable. Is it possible?
Thank you in advance
Hi everyone,
To disable editing in a Grid particular column, we can call setEditable(). But do I have some way to disable editing a certain row?
Actually, I would to have a grid with only first line editable. Is it possible?
Thank you in advance
I want similar solution, but just for a specific rows depending to a column value (status).