I have a behavior tied to a button that calls a connection and fills a table object with the results. After the user searches they will click the row with the data they were searching for and I'd like a behavior to fire off for that event. The only problem I'm having is that by default the first row seems to already have focus after the table is populated. Is there a way to prevent this, or a better way to accomplish this type of functionality? Also i think it would make sense if there was a row click event instead of just on focus.
PerfectForms Forums » Behaviors
Table Row Focus behavior not working on first row
(3 posts)-
Posted 1 month ago #
-
have you considered adding in a BUTTON column into the table and invoke your behaviour action under that
Posted 1 month ago # -
Yeah I did try it with a button and that will work, but a row click event would still be nice.
Posted 1 month ago #
