I have an interactive grid where i want to disable/enable some columns based on a value in another column. I used the way found in page 58 of the sample interactive grids application but for me for some reason it is not working. It is always defaulting to the false actions. Here are screenshots of my setup:
- columns in the IG : http://prntscr.com/t2ybvy
- the dynamic action: http://prntscr.com/t2ycza http://prntscr.com/t2yd4a http://prntscr.com/t2yd90 the false actions are just opposite of these
- the data : http://prntscr.com/t2ydor (column labels LRL, LTL LCL, CL, UCL, UTL, URL are in fact columns OAG, OTG, ORG, CL, BRG, BTG, BAG)
I would expect for the third row for Limits alphanumeric to be enabled and the other fields disabled but it is not. I have also tried this using the row initialization event but same results. What could be the problem?