I am using open source code "GridCellCombo.cpp" for grid control. I am stuck with issue. When we click on the combobox sporadically combo box becomes blank. It will not display any items. When I debugged I found that in EndEdit closing the window is causing the issue.
if (::IsWindow(m_hWnd)) PostMessage(WM_CLOSE, 0, 0); //commenting out this will work. But this has side effects.
any help will be appriciated.