Posted 4 May 2020, 9:09 pm EST
Hi Team,
How do I set the width of a column dynamically? I am using latest wijmo with angular -8. I have a grid with 7 or 8 columns and I have a div beside this grid. I have set the width of different columns by using the width property (E.g. [width]=“140”) so the grid has a horizontal scroll due to lack of space. Now when I am hiding the side div the grid expands to take the width of entire screen, now I want to change the width to use the ‘'star method(E.g. [width] = "'1’") for all the columns. How do I change the width to use the * value so the grid fits the entire screen in all resolutions. Thanks.
Regards
Kinjalk Parmar