How I can avoid editing in multiple rows?
How I can avoid editing in multiple rows?

Hi!
This is my first comment in forum.
First of all, thanks for this amazing tool :)
My problem is: On the one hand, I want to AVOID that users can EDIT multiple lines simultaneously.
In the other hand, I want to ALLOW that users can DELETE multiple lines at the same time.
Is it possible?
Thanks a lot.
Angel
This discussion has been closed.
Replies
Hi Angel,
Unfortunately there isn't actually an option for this in Editor at the moment. Having said that, what you can do is use the
selectedSingle
button type and define its action function to call theedit()
method.You would replace the
edit
button type with your custom button and that would work nicely.Allan