Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
880
Displaying a custom control using a cell drop down button
posted

Hi,

I'm trying to get a custom control to appear using a drop down button in a cell. I've found the HOWTO that tells you how to do this (http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=7698) but there is a problem.

The problem is that in my grid I have CellClickAction set to CellSelect (this is an absolute requirement), and with this setting the drop down button only works when the cell is in edit mode. The button is displayed but clicking on it has no effect and doesn't trigger any events (that I can find).

On columns with a standard drop down (using EditorWithCombo) the button functions without having to go into edit mode first.

Is there a way to get the drop down button connected to my custom control to work when CellClickAction is CellSelect?

Thanks,

John.