reg-datagrid

is it possible to turn off the multiselect in a Datagrid if yes, how


Answer this question

reg-datagrid

  • Fergnab

    (By DataGrid I assume that your talking about DataGridView )

    You have a property called Multiselect,set it to false;

    DGV.MultiSelect=false;



  • reg-datagrid