Dear Support,
the NDataGridView has the SelectAll method that should select all rows/cells? but it does not.
Any solution/idea?
Thank you.
Best Regards,Nevron Support Team
public
{
InitializeComponent();
nDataGridView1.AutoGenerateColumns =
nDataGridView1.Columns.Add(
nDataGridView1.Columns[0].AutoSizeMode =
}
nDataGridView1.Rows.Add(instruction.Description);
dgvr = nDataGridView1.Rows[nDataGridView1.Rows.Count - 1];
dgvr.Cells[
DialogResult = System.Windows.Forms.
nDataGridView1.SelectAll();
Close();
I run it under Windows 7
Hi,
please take a look at this source code.
Hi Oleksandr,
Please, take a look at the attached, modified example.
Click on Add Row button several times and then click on Select All button to select all rows and cells.
Thank you and yes, it works in that case.
But it does not in this case (see the project attached) or at least for me.
Please, check it - just run it and click the "Test ..." button.
Yeah,