I created a user control with few labels, buttons and a dataGridView. I add the control on the fly and based on some conditions I apply different styles to data row.
1 ) styling works when i test on a form directly, however it doesn't when applying it in the user control
2 ) is it possible to hide the cell at the row level ?
Code:dim uc as new userControl me.controls.add(uc)




Reply With Quote