I have 2 igx data grids. On click of cell of grid1 (i.e. Id), a slider opens with grid 2 data.
I am using setInterval() method to refresh the grid1's data every 15 secs. But the issue is when the data is getting refresh in grid1, the cell which i have selected gets unselected and grid 2 data is showing empty.
How can i keep the selection of cell on which i have clicked after data refresh?
Also if i want to call the onCellClik() method on ngOnInit() what argument should i pass as i am defining the method below ngOnInit() method?
Please reply ASAP as this is ongoing project.
Hello Shobhana,
Here is the sample on stackblitz.
stackblitz.com/.../github-1wk468-ikv1dx
Hello Mihoko,
I am unable to run this in my local. Could you provide me stackbliz of the sample. I checked the sample but the grid data is not updating every 3 secs. Bcz i cannot compile the code not able see the result.
Please provide sample application in stackbliz ASAP
I have attached the sample I tried to reproduce your issue.In this sample, the data of the parent grid gets updated every 3 seconds.
6266.igxGrid.zip
Is it possible for you to provide an isolated sample that reproduces the issue you described so that we would be able to investigate it?