Hi,
i have a scenario where i have to group the PinCode by city name like one city can have many pincode.
I have to do this in winform in datagrid. How can i do this so in datagrid i can see the + and - on before city.
I thing it can be done by nested grid. please, help.
Column A | Column B | Column C
- Country
- Zip Code | 10,00 | 15,00
- Zip Code | 10,00 | 15,00
- Country
- Zip Code | 10,00 | 15,00
- Zip Code | 10,00 | 15,00
Thanks. Shivam