hello.. need your help!
- this is my code for mydatagridview(datagvTableGroupQuestion)
- I want to combine 2 data table (dt1 & dt2) but this 2 data table has their own SortOrder. When I merge dt1 with dt2, the datagridview didn't display properly. they shared same SortOrder column.
- I hide the row, but still same output come.
- I want to make the dt1 and dt2 display together propely.
hope you guys can help me.
Thank you!