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 Tech Support » Small feature request Collapse All
Subject Author Date
Offer Har Sep 24, 2008 - 9:19 AM

Hi,


I am handling the button pressed events of some of our grids. Currently, the only way to do it is to override the cell. The problem is that we need this to be done at the grid level and not the cell level. I think that this is a very simple change in the code, that could benefit a lotof users.


All that there needs to be done is to add a virtual OnButtonPressed function to theCExtGridWnd, and call it every place you call pCell->OnButtonPressed.


What do you say? will you be able to squeeze this into 2.84?


Thanks,


Ron.

Technical Support Sep 25, 2008 - 12:51 PM

The CExtGridCell::OnButtonPressed() virtual method invocations are redirected to the CExtGridWnd::OnGridCellButtonPressed() virtual method.

Offer Har Sep 26, 2008 - 12:34 PM

Thanks!