i want to delete row from datagrid view when all row column get 0
i have 6 to 7 column in datagrid view in that 1st column name is "name" 2nd to 7th all have some numeric values i want to delete row when that numeric values get 0 in windows form C#
C#
Last Comment
Frank Helk
8/22/2022 - Mon
Ryan Chong
Do you think what to do the manipulation from your Data Source instead of DataGridView?
sagar shedge
ASKER
no it must be get disable or delete from data grid view only
Ryan Chong
"delete" means it was generated, and then somehow it was "removed". it's the same in some sense that we exclude it before it's being generated. That's my idea.
If you feel this question should be closed differently, post an objection and the moderators will review all objections and close it as they feel fit. If no one objects, this question will be closed automatically the way described above.