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 » Property Grid changes are not made bold (CExtGridCellNumber) Collapse All
Subject Author Date
Takis Takoglou May 19, 2009 - 1:24 AM

Good day,


I am using your property grid and i noticed that when using CExtGridCellNumber cells, after i change the cell’s value the new value is not displayed in bold as it is expected. With other types of cells the changes are properly displayed in bold.


This behaviour is noticed in both Prof-UIS 2.84 and 2.85.

Technical Support May 19, 2009 - 1:32 PM

The CStarButtonProperty_StarPointCount class in the PropertyGrid sample application uses the CExtGridCellUpDown grid cell for displaying in property value. This property is bold when changed. The CExtGridCellUpDown class is the CExtGridCellNumber-derived class which just displays up-down built in cell buttons. We changed the CExtGridCellUpDown to CExtGridCellNumber in this sample application and saw the bold StarPointCount property values. We guess this issue may depend on particular implementations of virtual methods or event handler methods in your project.