Pre selection event

Pre selection event

DustechDustech Posts: 2Questions: 1Answers: 0

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.

Answers

  • allanallan Posts: 61,458Questions: 1Answers: 10,057 Site admin

    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

  • DustechDustech Posts: 2Questions: 1Answers: 0

    Thank you for the fast answer!

    Ok I understand... I'll try as you say immediatly deselecting the row.

    cheers.

    Dus

This discussion has been closed.