AD
Administrator
Syncfusion Team
May 18, 2005 06:34 PM UTC
The GridModel is usually passed in when the cellmodel is contructed. You can keep a private reference to this gridmodel. Then when you want the grid, you can try using gridmodel.ActiveGridView. You probably need to make sure it is not null before you start using it.