Ext.ux.touch.grid
Ext.ux.touch.grid copied to clipboard
Not compatible with ST 2.3
I've upgraded the framework to v2.3 and the grid view rows are now not rendering. This was working fine using ST v2.1. I've checked the CSS for the containers and it appears the container for the list is being set to a height of 0px. If I compare with the previous application using v2.1 the list is correctly set a height. Can you have a look at it and provide a fix?
It may be that you need a card layout, width or you can take a look at this example of a grid. I'm working on an app right this moment with a bunch of grids and ST 2.3.
http://jsfiddle.net/Trozdol/4WsZ2/14/
Hope this helps
@Trozdol Just note - you are using official Ext.grid.Grid component which is completely different from this 3rd party Ext.ux.touch.grid component.