Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ROU-11034: Fixed error in console when clicking a cell on autogenerat…
…ed Grids (#432) This PR is to fix an error in the console when clicking a cell on autogenerated Grids using JSON Serialize. ### What was happening * Error in the console when clicking a cell on autogenerated Grids using JSON Serialize. ![image](https://github.com/user-attachments/assets/959e42dc-3ac4-44d9-bffd-bc320b363453) ### What was done * In the method `_raiseCellClickEvent` created a fallback using the `binding` instead of getting the column that is `undefined` in this scenario. ### Test Steps 1. Go to a screen containing an autogenerated Grid using JSON Serialize. 2. Click any cell with the dev tools console opened 3. Checked that no error is thrown ### Checklist * [X] tested locally * [X] documented the code * [X] clean all warnings and errors of eslint * [ ] requires changes in OutSystems (if so, provide a module with changes) * [ ] requires new sample page in OutSystems (if so, provide a module with changes)
- Loading branch information