Editable Datagridview in Windows application using C# -


enter image description here

the image above of old dos based application. under column "d/c"-the user can select either d or c. on pressing enter, cursor goes next column containing textbox user can select various ledgers. again on column "debit" & "credit" user allowed enter numeric data , moves on next new row etc.

my question can such interface designed using datagridview in windows application"? searched internet find such example using c# in windows application without luck.


Comments