You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
Recently I had an experience where the user can select at ngRow and the checkbox by clicking exactly on the checkbox, as the event does not spread to the ngRow, then went in search of the cause and this was because by clicking the checkbox column nothing happened .
I need a confirmation if the use of ng-checked with the ng-model would redundant. My opinion it that ng-model is the best of the options.
Anyway , My intention is to just help others who, like me, still don't trusting the 3.x yet.
From @LeonanCarvalho on June 25, 2015 18:52
Until 3.0 isn't stable i'm using ngGrid yet and I realize if I check a grid value using checkbox it's not selected in rows model.
We must use ng-model with ng-selected to be possible select using row click and checkbox click.
Looking for confirmation.
Copied from original issue: angular-ui/ui-grid#3869
The text was updated successfully, but these errors were encountered: