setSelectedIndex without triggering onRecordSelection

Hi there,

I want know how can do the setSelectedIndex method of a form controller without triggering onRecordSelection of the same form.

Thanks!

Not possible unless you set a global and then check it in the onRecordSelection event.

Ok thanks! that works.

But it would be nice to have this feature to have a very controlled coding structure.

Thanks!