Datagrid is not taking the whole available width of the parent container

Hi enchev:

We have a datagrid with 45 columns. Each column has the Width defined in pixels.

The datagrid is inside a bootstrap div column. The problem is that I have no way to specify the width to take the whole available space (width:100%).

The plan is to do this in order to resize the datagrid automatically when the sidebar is expanded or collapsed.

Thanks

The RadzenDataGrid always occupies the whole available width of the parent container. This is visible here.

Make sure your container does not have padding set.

Thanks enchev, until now we found the css that was causing the reported issue.

Case closed!