Hi
I have a "little" form that has 5 datagridview's, so it's a little full, sometimes some of the dgvs have a lot of rows, so it's a little annoying trying to edit the data.
So I was thinking in someway to solve this situation, and i thought in a new form that pop ups when the user select the datagridview...
Something like, event, save the position, save the size, remove from the original form, opens a new form, add the dgv and set the docking to full... The user edits everything and when closing the form, i just remove the dock, and set the position and the original size...
It's possible? without a large amount of work..
The events and the bindings columns that are in the original form, what will happen? Maybe i should try with a sample project...
Anyway meanwhile i accept suggestions.
Thanks
I have a "little" form that has 5 datagridview's, so it's a little full, sometimes some of the dgvs have a lot of rows, so it's a little annoying trying to edit the data.
So I was thinking in someway to solve this situation, and i thought in a new form that pop ups when the user select the datagridview...
Something like, event, save the position, save the size, remove from the original form, opens a new form, add the dgv and set the docking to full... The user edits everything and when closing the form, i just remove the dock, and set the position and the original size...
It's possible? without a large amount of work..
The events and the bindings columns that are in the original form, what will happen? Maybe i should try with a sample project...
Anyway meanwhile i accept suggestions.
Thanks