Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Combobox in GridControl Collapse All
Subject Author Date
Anil Siddhpura Oct 10, 2009 - 7:27 AM

Hi,

I have created combobox in grid control.
Now, how can i get the selection change event of that combobox inside grid?

Technical Support Oct 12, 2009 - 3:52 AM

The CExtGridCellComboBox::OnPopupListBoxSelEndOK() and CExtGridWnd::OnGridCellPopupListBoxSelEndOK() virtual methods are invoked when the list box item is picked in the combo box grid cell. The CExtGridWnd::OnGridCellInputComplete() virtual method is invoked on any grid cell modification.