Insert a Custom Combobox into a Custom Datagridview

Job ID: 34682288

Budget: $30 – $250 USD

1). Development of the Custom Datagridview
---------------------------------------------
The custom Datagridview should be used to hold a column of the Custom Combobox.

The custom datagridview must be implemented using DataGridViewCell and DataGridViewColumn. A sample code is below:

https://docs.microsoft.com/en-us/dotnet/desktop/winforms/controls/how-to-host-controls-in-windows-forms-datagridview-cells?view=netframeworkdesktop-4.8&redirectedfrom=MSDN


2). Putting the project together
---------------------------------------------

The Datagridview will contain 2 custom columns. The custom columns will be of the type Custom Combobox.

When the dropdown arrow is clicked in the Custom Combobox, the Richtextbox will show. The 1st line of the Richtextbox will have the text within the first column of the datagridview, and the 2nd line of the Richtextbox will show the text within the second column in the datagridview.

Once the Richtextbox is closed, the text in the first line and second line of the Richtextbox will appear in the first column and second column of the datagridview, respectively.

The combobox columns should be editable. For example, users can type in text, change text, etc.

Users can add new rows. For example, editing the last row will automatically add a new row.


3). Other details
---------------------------------------------

Project should be completed in VB.NET, Framework 4.8.1, without any warnings in the project
Related categories: .NET VB.NET