Posted 30 July 2019, 6:54 am EST
Hi,
I am facing issue with wijmo grid resize.The wijmo grid is not automatically resizing on container(like div) width change.
The rows and columns are not resizing and living a white space.
below is the code for my grid
Reports
<wj-flex-grid-column [header]='"Name"' [binding]="'name'" [width]="'*'" ></wj-flex-grid-column> <wj-flex-grid-column [header]='"Type"' [binding]="'user'" [width]="'*'" > </wj-flex-grid-column>
and css is below
.reports-grid-view{
padding-left: 10px;
max-height: auto;
}
[img]https://gccontent.blob.core.windows.net/forum-uploads/file-cfac24d0-5ce1-4f58-9da1-ee92733bb149.PNG[/img