How to clear the selection of igx select in igx grid?
New DiscussionHI,
We are using igx grid and a column having igx select, In My scenario, I have to select the igx select and based on the selected item, I need to check some business logic and based on the result I need to clear the selection.
I have tried multiple ways, but None of the code is working as expected, we are unable to clear the selection.
onCurrencyChange($event, cell: IgxGridCellComponent) {
cell.value = null;
cell.rowData['currencyType'] = null;
cell.rowData['currencyId'] = null;
}
The above code didn’t work, and I have prepared new grid collection and bind the grid again, still the selection is not cleared.
Kindly help on this scenario.
Thank you
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
6 Created On
Sep 24, 2020 Last Post
5 years, 5 months ago