Hi,
Can anybody help me to add a blank row into a datagrid?
Thank you!
menelaussa 0 Newbie Poster
Recommended Answers
Jump to PostCould I enquire as to why you would want to do this? Give this a try:
datagrid1.Rows.Add(new object[]{null,null});
I am not sure if this will work but give it a try - let me know how it goes!
Jump to PostBindingContext[datasetname,"table"].newrow();
All 8 Replies
olibara 0 Newbie Poster
olibara 0 Newbie Poster
majestic0110 187 Nearly a Posting Virtuoso
menelaussa 0 Newbie Poster
menelaussa 0 Newbie Poster
olibara 0 Newbie Poster
sanjayNawab 0 Newbie Poster
o_shawky 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.