TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
priyanka bhatnagar
1.7k
48
10.1k
How to disable datagridview default seleceted row.
Apr 3 2015 12:50 AM
I want to show another winform on selection change event.But on load it is showing that form due to default selection of row in data grid view.I have tried clearselection() after binding.
and lots other solution and still stuck in this situation.
my code is given below
Thanks in advance
private void dgvReminder_SelectionChanged(object sender, EventArgs e)
{
// dgvReminder.SelectedRows.Count = -1;
if (dgvReminder.SelectedRows.Count > 0 && cboReport.Text == "Particular BookReport")
{
string cno;
string rno;
cno = dgvReminder.SelectedRows[0].Cells["ChallanNo"].Value.ToString();
rno = dgvReminder.SelectedRows[0].Cells["ReferenceNo"].Value.ToString();
Reports.ParticularBookPreview pbp = new Reports.ParticularBookPreview(cno, rno);
pbp.ShowDialog();
}
}
Reply
Answers (
2
)
exception UnauthorizedAccessException
I have teamviewer software Server + Client source code. Help