Data Grid Extension (Flex Headers) does not work in 5.15.1?

0
Hi, I am trying to use the datagrid extension(with context) flexheader feature in 5.15.1 and it does not seem to work. Has anyone else come across this issue?
asked
3 answers
1

I had a problem with it as well as from Mx 5.16.1. The problem was that the widget had a destroy function, but lacked an uninitialize function. The lacking of the uninitialize function resulted for me in a console error stating that the widget couldn't be uninitialized, probably because of the new Mendix widget validation...?

Changing the name of the destroy function to uninitialize solved the problem for me.

answered
0

It is working on 5.15.0 . So what specifically is not working in your case?

For references on how to use the extension check the sample project.

If need be you will find some more info while debugging it, with the chrome dev tool. The console can give you some hints. Or use 'break on uncaught exception'

Cheer, Andries

answered
0

It is working in 5.15.0 . So what specifically does not working in your case?

For references on how to use the extension check the sample project.

If need be you will find some more info while debugging it, with the chrome dev tool. The console can give you some hints. Or use 'break on uncaught exception'

Cheers, Andries

answered