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 » Does CExtGridCellNumber support hexadecimal edit ? Collapse All
Subject Author Date
Vincent Lin Jan 28, 2007 - 11:37 PM

Hi,
Does CExtGridCellNumber support hexadecimal edit ?
If doesn’t, what cell type is better to implement a hexadecimal grid ?
thanks.

Technical Support Jan 29, 2007 - 12:41 PM

No, there are no cells supporting the hexadecimal numbers. We can add such a cell to our TO-DO list. You can also create this cell yourself: create a CExtGridCellNumber-derived class and override the TextGet, TextSet and OnParseText virtual methods.