Yeah,
Thank you.
Best Regards,Nevron Support Team
Dear Support,
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.
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.
Hi,
please take a look at this source code.
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
the NDataGridView has the SelectAll method that should select all rows/cells? but it does not.
Any solution/idea?