Pre selection event
Pre selection event
Hi,
I need help!
I cannot prevent a row selection because there isn't a preselection event to handle.
In the old API there was a preSelection, but not in 1.10 version there isn't.
I'd really need a preselection and predeselection events... also a workaround would be great anyway.
Thank you in advance.
This discussion has been closed.
Answers
Currently there is no pre-select event in Select. It is something I will add in in future, but at the moment you would need to listen for the
se-select
event and then decide if you want to immediately deselect it. Or simply stop it from being selected int he first place.Allan
Thank you for the fast answer!
Ok I understand... I'll try as you say immediatly deselecting the row.
cheers.
Dus