I need to make a datagridview like this. Qty,Unit price and Amount columns are sub column of Credit Note and Debit Note Column. Do you think it's possible in Visual Studio 2013?
相关问题
- Generic Generics in Managed C++
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- How to Debug/Register a Permanent WMI Event Which
- Visual Studio 2019 - error MSB8020: The build tool
Default .net DataGridview control does not allow this functionality, but yes multiple third party tools provide this kind of support. like DevExpress, Telerik etc.