get the row data and cell Data in igx-grid
New DiscussionHi team,
Uisng Igx data grid, i want to get the row data when i click button in another grid. Here id is a primary key. i have already mentioned. Also how can i get Column data?
i am not able to access the grid data by using
TS:
@ViewChild(‘grid1’, { read: IgxGridComponent, static: false }) public grid1: IgxGridComponent;
onBtnClick() {
this.grid1.getRowByIndex(this.id).rowData.
}
Button is outside of grid and i want to access the row data.
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
2 Created On
May 19, 2023 Last Post
2 years, 9 months ago