6ix4our / CRM-Grid-Editor

A 100% Javascript Grid Editor for records in Microsoft CRM 4 grids. Works in online and offline mode.
http://crmentropy.blogspot.com/p/javascript-grid-editor.html
Apache License 2.0
11 stars 2 forks source link

Changing the "view" of a Grid (if applicable) does not reset or change the mode of the Grid Editor #1

Open 6ix4our opened 14 years ago

6ix4our commented 14 years ago

This has the unintended consequence of leaving the Grid Editor in Edit or Insert Mode, with no editing or inserting fields available.

6ix4our commented 14 years ago

Because there is no "view change" event to hook into, the only conceivable way to fix this bug would be to abstract some of the method-calls made by the CRM platform and replace them with methods that provide a functional hook. I'm unprepared to make this kind of concession in my code, as it could violate the integrity of CRM's functionality.

I'm no stranger to complicated or obtuse hacks to achieve what I want out of CRM, but with a public project, I strictly avoid impeding CRM's built-in functions.