Application Framework -> Getting Started -> Creating a WinForms App -> Adding Custom Field Properties
You can then make this a Readonly property and then execute a scalar query to retrieve the data:
I am using DevExpress Grid for data entry. I am using BindingBusinessSource for data binding.
My question, how could I have additional column that show product description, for example after select product code?
Thank you