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
Hello @Swiftpaws,
The behavior that you describe above is by design. When you as a developer perform an action through the public grid API, you know that the action is performed and you have all the necessary information to apply any additional custom logic based on that.
@ddincheva ok I see, thanks. This info should be added to the method description though - the current description makes it look like it emits on every selection change.
Description
The method selectRows does not seem to emit RowSelectionChanged when executed
Steps to reproduce
Grid - code behind call grid.selectRows
https://stackblitz.com/edit/github-ub6tvd?file=src/app/grid/grid-sample-selection/grid-selection.component.ts
(Set a timer to select the first row every second - row selection changed should be sent at least once - click to actually emit the event)
Result
No row selection changed event is emitted, even though the selection changed on the grid
Expected result
Row selection changed event should be emitted regardless of the origin (code behind or user interaction)
Attachments
The text was updated successfully, but these errors were encountered: