Page 1 of 1

Disabling specific rows in the grid

Posted: Mon Mar 09, 2020 6:00 pm
by Kamil123
Hello Everyone

I want to allow the users to ONLY add new rows to the grid without modifying or deleting the current rows.
Please Advise on how could I do that?
Thanks

Re: Disabling specific rows in the grid

Posted: Mon Mar 09, 2020 6:21 pm
by smithclarkson001
I want to disable specific rows of GridView in VB.NET.

I have tried, but all rows got disabled.

For a As Integer = indexSelected To DataGridDefectProduct.Rows.Count - 1
DataGridDefectProduct.Rows(a).Enabled = False
Next
error in

DataGridDefectProduct.Rows(a).Enabled = False

Please suggest if there is any alternative ways to do this.

Re: Disabling specific rows in the grid

Posted: Tue Mar 10, 2020 7:49 am
by Kamil123
Hi Smithclarkson001,
Such code could not be implemented in ProcessMaker 2.8 !