E
Esmat_Halfa
Guest
Hi all ,
I have a DatagridView with some data and i have a function to loop on selected rows using (foreach ....... MyDGV.SelectedRows) to achieve some functions, so to do that i have to manually while pressing ctrl button select my rows but if i tried as you know that without pressing ctrl all previous selected will be released and here is my help need point
i want to add unbound checkbox field to my datagridview this field function is just for selecting rows in no need to keep ctrl button pressing , so just set checkbox to checked state and the specific row should be selected or not selected when the Checkbow state is become unchecked ,so this is my request.
Thanks
Esmat
Continue reading...
I have a DatagridView with some data and i have a function to loop on selected rows using (foreach ....... MyDGV.SelectedRows) to achieve some functions, so to do that i have to manually while pressing ctrl button select my rows but if i tried as you know that without pressing ctrl all previous selected will be released and here is my help need point
i want to add unbound checkbox field to my datagridview this field function is just for selecting rows in no need to keep ctrl button pressing , so just set checkbox to checked state and the specific row should be selected or not selected when the Checkbow state is become unchecked ,so this is my request.
Thanks
Esmat
Continue reading...