All Answers

All Answers » Re: NumericUpDown in datagridView » Comments for "Re: NumericUpDown in datagridView"
  • Levie (ITG)
    Hi Glenn, the property exists, it just doesn’t show up as part of IntelliSense. It’s because we have the EditorBrowsable attribute of the property set to “Never” show. You can do numericUpDown.SelectOnEnter = true in the EditingControlShowing event or set it in the designer if you apply a custom NumericUpDown control to your DGV column. HTH. -Levie
  • Levie (ITG)
    We removed the EditorBrowsable attribute so you’ll see the property in IntelliSense in the next build!
  • Glenn Gonzales
    Thanks, is it also possible to include the HideUpDown Button to be shown in the properties? I cannot set it in designer mode. Thanks.
  • Levie (ITG)
    Are you talking about in the Column Editor? It should be visible in the normal Property window for the NumericUpDown control.
  • Glenn Gonzales
    Yes in the Column Editor
  • Levie (ITG)
    Thanks for the clarification! I’ll log an enhancement to add it to the property list! -Levie
  • Levie (ITG)
    We’ve finished the enhancement and it will be available in the next build!
  • Glenn Gonzales
    Hi, I have downloaded the development builds, I cannot find the SelectOnEnter property in the property editor window. Thanks.