Igniteui-angular: igx-grid: `pinned` property doesn't work when `width` property is set together.

Created on 1 Mar 2019  路  6Comments  路  Source: IgniteUI/igniteui-angular

Description

When pinned and width properties are set to igx-column, the column is not pinned.

  • igniteui-angular version: from 7.1.2 to 7.1.8, 7.2.0-beta.x
  • browser: N/A

Steps to reproduce

  1. Go to https://stackblitz.com/edit/igx-grid-pinning-issue.

Result

"ID" column is not pinned. If removing width property, "ID" column is pinned.

Expected result

"ID" column should be pinned.

Attachments

https://stackblitz.com/edit/igx-grid-pinning-issue

bug duplicate column-pinning general regression medium resolved 7.1.x

All 6 comments

@tkiryu This is by design. Check the console message.
image

@kdinev , I don't get it.

The width of "ID" column is only 100px. Whereas, the width of igx-grid is 100%.

I don't think the width of "ID" column can exceed the width of igx-grid. What's more, these configuration had worked until 7.1.1.

Could you reopen this issue and look into it again, please?

@tkiryu I thought this is reproducible only in the small stackblitz window. Now I see that you get this even if you open the app in full screen mode. Reopening and marking as regression!

@kdinev , thank you so much!

This is duplicate of #3774

Closing this issue in favor of #3774

Was this page helpful?
0 / 5 - 0 ratings