Hello,
I've got a Dialog, with TabPanel in it. In Tab I have a grid, but grid doesn't render data correctly.
Screenshot_34.png Screenshot_35.png
Hello,
I've got a Dialog, with TabPanel in it. In Tab I have a grid, but grid doesn't render data correctly.
Screenshot_34.png Screenshot_35.png
It's not clear, what do you mean. How you expect data to be rendered? Also, please, provide code snippet.
Hello. I expect, that data will be like on the screenshot, every element has his own row. But in my case, only when I focus a row, I can see its row. My dialog code - https://fiddle.sencha.com/#view/editor&fiddle/2d3p.
PJ-X1rjWScGMAbLWAmbRaQ.jpg
Here is working example: https://fiddle.sencha.com/#view/editor&fiddle/2d3q I'm still failing to undestand, what result are you expecting. Grid, that you showed is working fine. If there is any problem in displayed data, it's rooted in, either your ViewModel, Store or Model.
I expect, that when I open dialog, I see all rows in grid, without focus on every row, to see it. In my case, I don't see all rows, because first row will show itself only on focus. I don't understand, what is "rooted in, either your ViewModel, Store or Model".
How it works in fiddle? I don't see changes))
So, am i right that problem is, when you open dialog, it shows only one row in grid component, although store has more records,
no, grid shows all rows, but I don't see what is inside the row (screenshot 1). When I focus on row, I see its data, but others hide data (screenshot 2).
Screenshot_37.jpgScreenshot_38.jpg
From what i understand, that problem is not appearing in fiddle. Looks like problem with css, did you defined custom css clasess or customized native css classes?
no, I only setted up a material theme. Css can't break my grid, because I have other views with grids and there everything works fine