Hello,I use pinning on a column but it doesn't work.The particularity is that the column is grouped and the igx-grid is included in an igx-tabs
What's wrong ?
Below, a screenshot and a piece of code.
Hello,
Thank you very much. You have answered my questions and the problem is solved.
Pinning is supported in tabs, and there is no reason why it would not work, however please note that it is allowed only for the top level parent when there are nested columns and groups.
Based on the provided code, it should pin all the content of:
<igx-column-group header="Tâches" >
You can read more about it on our website here:
https://ko.infragistics.com/products/ignite-ui-angular/angular/components/grid/multi-column-headers#angular-grid-multi-column-headers-overview-example
If you check the first sample on documentation page, the top level columns of the grid are ID, General Information and Address Information. Here is how it looks with General Information pinned:
https://stackblitz.com/edit/github-rmx5oh-mmgscy?file=src%2Fapp%2Fgrid%2Fmulti-column-headers%2Fmulti-column-headers.html
If you have more questions, please let me know.
Sincerely,
Tihomir TonevAssociate Software DeveloperInfragistics
Hi,
Thanks a lot for your reply but it doesn't solve the problem.
Best regards,
Ph.DUFEIL
Thank you for posting on our forums.
According to your code, you have missed square brackets for the binding of the pinned property:
pinned="true", where it should be [pinned]="true".
Should you have further questions, please let me know.
Sincerely,Tihomir TonevAssociate Software DeveloperInfragistics