I need reset the previous selections makes in my datagrid.
How i use the "protected void ResetSelection" ?
I use : datagrid1.ResetSelection();
and the error is :
(765): 'System.Windows.Forms.DataGrid.ResetSelection()' no es accesible debido a su nivel de protección
Thanks.
JCV
How i use the "protected void ResetSelection" ?
I use : datagrid1.ResetSelection();
and the error is :
(765): 'System.Windows.Forms.DataGrid.ResetSelection()' no es accesible debido a su nivel de protección
Thanks.
JCV