Hi all!
I need a numeric up down control in my grouping grid control and found some sample code for custom cell types (the sample "EnhancedNumericUpDownCell") which seemed like an appropriate solution.
Using the cell type "FNumericUpDown" works fine with the GridControl, however, using the same code (with some minor adjustments) with the GridGroupingControl) results in the error message "Object reference not set to an instance of an object." in the getter/setter function "FloatNumericUpDownProperties" in file FloatNumericUpDownProperties.cs.
I need this to work with the GridGroupingControl so I would be really happy to understand how to proceed from here.
See my attached code for details.
Thanks in advance, cheers
/Marten
MyCode.zip