On click on grid's cell need to select only clicked cell, not entire row
New DiscussionOn click on grid’s cell the entire row of the grid (with clicked cell) is selected completely.
But I need to select only the clicked cell, row must be stay unselected. How to achieve this?
Here is my grid
<igx-grid igxPreventDocumentScroll #grid1 [data]="data" [width]="'100%'" [height]="'100%'" [autoGenerate]="false" [displayDensity]="'cosy'" [rowSelection]="'single'" [columnHiding]="true" [primaryKey]="'id'" paste-handler (onDataProcessed)="dataPasted($event)" (onFilteringDone)="filteringDone($event)" (onSortingDone)="sortingDone($event)"> </igx-grid>
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
3 Created On
Jul 03, 2020 Last Post
5 years, 8 months ago