AD
Administrator
Syncfusion Team
June 7, 2005 06:23 PM UTC
Does the cell have a style.Enabled = false for some reason? If so, this would cause a problem.
You might place stops in your renderer''s / model''s constructor just to see if they are being hit as expected.
If you can upload a sample project showing the problem, maybe we can spot it here.
MW
Mike Woolley
June 8, 2005 09:46 AM UTC
Solved it! My grid was overriding OnCurrentCellActivating() and setting the column index to 0. This causes the call to HasCurrentCellAt(r, c) in GridDropDownCellImp to fail...