Hi there,
using the latest IG version, i want to achieve 2 things on a XamDataGrid Field with AlternateBinding to a UInt32
1) During runtime i want to be able to switch between decimal and hexadecimal display, e.g. the Field should display either "256" or "0x100"
2) I want to be able to either input in decimal or ind hexdecimal style, depending on the way the field currently displays the number.
Is there a way to do this with XamdataGrid. At this time i only can display the "256" as "100" , not with the precceding "0x", and i cannot input A to F, which would be required.
I appreciate your help
Thanks
Thomas