Disable or Remove Data Grid Row

0
Hi Friends,   I have an entity called Tasks, where users log their daily activities. There are enumeration status like ‘Submitted’, ‘Approved’ and ‘Rejected’ in that table. I am displaying the tasks based on enumeration status in a data grid 2 within tab container . The tab which contains the rejected tasks have a button which will allow the user to enter new task. Once the row is selected and the process is over that selected row should be either be deleted or disabled.   Is it possible?
asked
1 answers
0

Hi Ramya,

 

I’ve done something similar in the past where row data was only editable if the row was within a specific time slot.  I had to set a condition for editability on each element in the row as this isn’t currently possible at the row level.

 

Regards, Steve.

answered