the cell content textWrap, and then sets the frozenColumns, the cell height is inconsistent,
now is freeze.
please help me, thanks
Hi YuFL
Query#:- the cell content textWrap, and then sets the frozenColumns, the cell height is inconsistent,
We have checked your reported problem by preparing sample(Text wrap with Frozen column) but we are unable to replicate the problem at our end. Refer to the sample link
Sample Link:- https://stackblitz.com/edit/angular-musa9l?file=app.component.html
We need some more additional details to find the cause of the issue. Share us the following details.
Regards,
Farveen sulthana T
hi in your example the row is not aligned properly when freeze column used. we are facing the same issue.
Hi Amit Shah,
We are able to replicate the problem from your provided details. On further validation, we have considered the reported issue (“Misalignment issue while using Frozen column with allowTextWrap”) as a bug. Thank you for taking the time to report this issue and helping us improve our product. At Syncfusion, we are committed to fixing all validated defects (subject to technological feasibility and Product Development Life Cycle) and will include the fix in our upcoming patch release which is expected to be rolled out on 23rdNovember 2022. Until then we appreciate your patience.
You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.
Disclaimer: The feedback link is in review state and you can view it once it is validated
Note: To view the above feedback, kindly login into your account.
Disclaimer: Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization
Regards,
Farveen sulthana T
Amit Shah,
Please Ignore the Feedback link. You can overcome the misalignment issue by refreshing the height of the movable rows inside the “created” event. Please refer to the below code example in which we have triggered the “freezerender” internal event to adjust the height from using grid Instance.
|
created: () => { setTimeout(() => { treegrid.grid.notify('freezerender', { case: 'refreshHeight' }); }, 1000); },
|
Modified Sample link:- https://stackblitz.com/edit/qc5adn-9sek6h?file=index.js,index.html
API link:- https://ej2.syncfusion.com/javascript/documentation/api/treegrid/#created
If this post is helpful, please consider Accepting it as the solution so that other members can locate it more quickly.
I'm facing the same issue With Blazor Syncfusion Grid. Can you provide a solution for that also please
Hi Adnan,
Query: the cell content textWrap, and then sets the frozenColumns, the cell height is inconsistent,
We have thoroughly reviewed your concern and attempted to reproduce the issue. However, we were unable to reproduce the issue in the latest NuGet version [22.1.37]. We have attached screenshots and samples for your reference. We recommend that you upgrade to the latest version to see if that resolves the issue. If the issue persists, we will further investigate and address your specific issue.
1.Shar us the Grid code snippet with model class.
2.Could you please share an issue-reproducible sample.
3. If possible, kindly share with us your attempts to reproduce the reported issue on the below-mentioned sample
Thank you for your cooperation, and we will do our best to resolve this issue for you as soon as possible.
Regards,
Shek Mohammed Asiq