Hi All,
I have a requirement which includes to open a popup or dialog on click of a particular column in Igx_grid, Any Idea how can we implement this feature using Ignite UI.
An Example for the solution would be very much helpful.
Thanks,
Subham
Hello,
A way to achieve your goal would be to use the grid's onCellClick event, which will give you information about the row/column you have clicked, and then you can open the dialog programatically.
Hi Tonev,
The requirement for is like:
on click of a "specific column data", i should open a dialog an not on any other columns click and also the column data which i clicked must be display on the popup, so can you please provide relevant info regarding this change.
A working stackblitz example would be very much helpful.
Subham Karan