I found a solution to my problem.
By exploring the BorderLayoutContainer class which was the last gxt3 component before my gxt2 grid, I found the applyLayout method. This method call the...
Type: Posts; User: YannickM
I found a solution to my problem.
By exploring the BorderLayoutContainer class which was the last gxt3 component before my gxt2 grid, I found the applyLayout method. This method call the...
Hi gxt 3.x developpers,
I have a GXT2 application and whant to migrate it to GXT3.
I followed the guide "Using GXT 2.x and 3.x Together" :...