mahendra_kkk - Friday, May 20, 2011 7:10 AM:
I want invoke my method for OnChangeCell Event for Project plan under Project for PlanStart and PlanFinish properties.
(1) For that I Opened the Activity2 Item Type
(2) Put my Java Script method for the Event OnChangeCell for these two properties (date_due_sched and date_start_sched)
(3) But when I am making any changes in those two fields under project plan, My method is not getting invoked.
(4) But when I followed the same under Part Tab in Project Plan, My methos is gettin invokes with ChangeCell
*Grid Event is not getting invoked only for Project plan Tab, But it is working fine for other Tab. Is it because of null relationship.
Please Help.
Thanks,
Mahendra
Brian - Friday, May 20, 2011 8:26 AM:
Hi Mahendra,
The Project Tree tab on the Project Item is not a standard window and doesn't always behave the same way as other Relationship Grids.
The Project Tree tab form can be found at ../client/solutions/project/scripts/projectTree.html
If you look in here you will see that the onChangeCell method of the normal relationship grid is not being called when you are editing the cells.
I'm not immediately sure what you might do to get around this aside from edit the ProjectTree.html page.
Cheers,
Brian.