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 » CExtGridCellDuration problem Collapse All
Subject Author Date
Offer Har Apr 16, 2007 - 8:07 AM

Dear Support,

For some strange reason this cell type comes with a drop-down arrow that opens an empty list.
How can i get rid of this?

Regards,
Ron.

Technical Support Apr 16, 2007 - 11:36 AM

Just remove the __EGCS_BUTTON_DROPDOWN cell style in this way

pCell->ModifyStyle( 0, __EGCS_BUTTON_DROPDOWN );




Offer Har Apr 16, 2007 - 11:44 AM

Thanks, this solve the problem.

However, I think that this should be done by the cell class, and not by the user of the cell, as there is no need for the empty drop-down.
Please try and fix this for the next version.

Regards,
Ron.