Hello sir,
I have a datagridview in a form with few items. There is 4 columns. ID, Name, TotalPrice, PaidPrice.
In the number 4 column there is no data. Now i want to enter data for each items in that column manually. when i will click any specific row and that column then there will be the cursor point and the amount i will type it will be there.
Another is Serial number. There is a fixed colum for each row means the first colum wherer the rows arrow shows. I want that there will be the serial number means if there is 5 row then the serial number will show in that column i.e. 1, 2, 3, ....
how can i set it. please help me
I have a datagridview in a form with few items. There is 4 columns. ID, Name, TotalPrice, PaidPrice.
In the number 4 column there is no data. Now i want to enter data for each items in that column manually. when i will click any specific row and that column then there will be the cursor point and the amount i will type it will be there.
Another is Serial number. There is a fixed colum for each row means the first colum wherer the rows arrow shows. I want that there will be the serial number means if there is 5 row then the serial number will show in that column i.e. 1, 2, 3, ....
how can i set it. please help me
Comment