How to open a new popup when user clicks on cell of the xam grid?!
Hi,
You can use:
CellClicked - http://help.infragistics.com/NetAdvantage/Silverlight/2011.1/CLR4.0/?page=InfragisticsSL4.Controls.Grids.XamGrid.v11.1~Infragistics.Controls.Grids.XamGrid~CellClicked_EV.html
and CellDoubleClicked - http://help.infragistics.com/NetAdvantage/Silverlight/2011.1/CLR4.0/?page=InfragisticsSL4.Controls.Grids.XamGrid.v11.1~Infragistics.Controls.Grids.XamGrid~CellDoubleClicked_EV.html
to handle when a cell is clicked, if that's what you're asking ...
HTH