ReportsNerd
Active member
- Joined
- Nov 24, 2012
- Messages
- 31
- Programming Experience
- 3-5
Hi, I am building a Windows Forms application with VS Pro 2010. I will be using the stock data grid control to show customer transaction history which includes several rows for interest and several rows for payments.
My client has a requirement to edit the amount field in a data grid if it is a payment, but if the row is associated with the interest amount, it should be read only and not allow editing. We have a column that will indicate "I" for interest and "P" for mayment.
Any suggestions or examples appreciated on how to approach this.
Thanks
My client has a requirement to edit the amount field in a data grid if it is a payment, but if the row is associated with the interest amount, it should be read only and not allow editing. We have a column that will indicate "I" for interest and "P" for mayment.
Any suggestions or examples appreciated on how to approach this.
Thanks