-
19 Sep 2008 2:15 AM #1
Disabling a row in a grid based on a condition.
Disabling a row in a grid based on a condition.
Hi,
I have a following requirement,
Need to disable entire row in grid based on a condition.
For Example, the grid contains three columns and third column displays some status value "YES',"NO" and "CANCEL". Now my requirement is to disable the rows whose third column has status 'CANCEL'.
I already have selection model implemented for my grid.
Please let me know how to proceed.
Thanks in advance!!!!!!!
-
19 Sep 2008 2:18 AM #2
What do you mean by "disable"?
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
19 Sep 2008 2:24 AM #3
User should not be able to edit any field in that row.
-
19 Sep 2008 2:31 AM #4Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!


Reply With Quote