Hello,
I want to set the value for checked wingrid-checkboxes to -1 instead of 1.
How can I do so?
RegardsPeter
Hi Peter,
You can do this using a DataFilter. There's a KB article that demonstrates something very similar to what you want here, except that the sample uses Y/N, instead of -1/0.
HOWTO:Use a WinGrid DataFilter to convert strings to bools (and vice-versa) for a checkbox column