1
votes

I currently have a filled grid. But all of my data is in my extrabody using the rowbody feature. This renders my actual row useless and annoying. it leaves a white row at the top of my extrabody which i do not want.

Anybody know how to not show this?

i have tried it in css, i have tried not defining columns but then the grid is empty.

i have tried this:

columns: [

{
    text: 'Name',
    //dataIndex: 'name',
    height: 1,
    width: 250,
}
1
can you show a fiddle or working piece of your code? - VDP

1 Answers

0
votes

The way you described your use case I guess a DataView would be far better fitting your requirements. I guess you can transfer nearly the whole code (with that Iam meaning the configuration and template) into it without writing to much new lines (as long as you are using templates for render the extrabody).

So is there any other reason why you have chosen a grid?