|
public dataBound(args): void {
const indexs: number[] = [];
const EmployeeID = 'EmployeeID';
(this.grid.dataSource as object[]).forEach((sdata, index) => {
if (sdata[EmployeeID] == 4) {
indexs.push(index);
}
});
this.grid.selectionModule.selectRows(indexs);
} |
Hello,
When we change the page, the selection is wrong.
please see screenshot below
Hi Mohamed,
Before proceeding with the solution, kindly share the below details.