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 » About Customed CExtGridWnd Collapse All
Subject Author Date
Seung Cheol Lee Nov 20, 2006 - 7:56 PM

To handle events, I have used the customed CExtGridWnd. (class C_NmResultDlgGridWnd : public CExtGridWnd)
But after I click the cell, the cell was not focused.
On the other hand if I used CExtGridWnd, the cell was focused.

Technical Support Nov 21, 2006 - 4:41 AM

If you have overridden the OnGbwFocusChanging() method, please check what value you return in it. The returned value should be true so that the focus can be changed.

Seung Cheol Lee Nov 21, 2006 - 5:45 PM

Sorry.
It was my fault that the cell did not focused.
I have mistaked to have overridden the OnGbwAnalyzeCellMouseClickEvent() method.