c# - how to create datagridview NumericUpDown column -


i want add column in datagridview numericupdown type. have created custom column type , working fine control visible every time. want when enter in particular cell of column(numericupdown column) control show. want shown in following screenshot. enter image description here

any appreciate.

this might more of workaround solution, consider writing custom form displays directly on cell when click on cell. custom form give numericupdown behavior want, , click anywhere else on datagridview custom form hidden, value being saved cell. seems simple way handle issue , identical behavior. luck.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -