Hi,
I tried using a custom formatter, but didn't get it working like I wanted. My approach was:
1. Have a grid with 5 different columns, but only the first column is shown. The other columns are used to transport the data that should be visible in the first column
2. The first column has a custom formatter
3. In the custom formatter, I tried to get data from the other columns, in order to build the custom html, but I couldn't find the data in any property of the formatter parameters
Is it possible to get data from other columns when doing custom formatting for one column?