Hello all,
I am newbie on WinForm and try to get help on C# code.
Problem:
I have two forms named frmStudent and frmSchool in window application. In frmStudent has a dgvStudent dataGridview which contain three columns: checkbox, Student Name and School which bind data from List<Students> and List<Schools>. Similarly,
frmSchool has a dgvSchool dataGridview which has two columns : checkbox and School Name which bind data from List<Schools>. In frmStudent form, there is a button named Assign and frmSchool form has an Accept button.
I like to implement a treeviewGridview as following:
If I select one or more than one checkbox in frmStudent, then press the Assign button will pop up the frmSchool where I can select one or more than one checkbox for school name option. If I press Accept button, the selected School checkboxes will update
on frmStudent form. Please help me to solve this matter. I really appreciate your time. Thanks in advance.
==============================
The treeviewGridView result displayed in frmStudent. Any Expand and Collapse option on TreeViewGridview ???
checkbox icon | Robert Williams | &
View Complete Post