DataGridView New Row
C#
4
Posts
2
Posters
0
Views
1
Watching
-
In DataGridView control New row is always present. Is there any way If I dont want to display this new row because the data I am presenting in it to user is readonly.
Saqib
-
In DataGridView control New row is always present. Is there any way If I dont want to display this new row because the data I am presenting in it to user is readonly.
Saqib
-
I have already done this. My problem is not making ReadOnly but it is rather I dont want to show NewRow that appear with * sign.
Saqib
-
In DataGridView control New row is always present. Is there any way If I dont want to display this new row because the data I am presenting in it to user is readonly.
Saqib
just set AllowUserToAddRows property to false.
Saqib