I use xamgrid version 12.1 and all works very well. I have just one little problem. If the column width is reduced, the header text is truncated from the right. Is it possible that the header text is truncated from the left? thankx
Hello Mani,
Thank you for your post. I have been looking into the appearance that you have described and I can suggest setting the FlowDirection property of the ContentPresenter in the HeaderCellControl to RightToLeft in order to achieve it. To do that, you can re-template the HeaderCellCotnrol and set that property to the ContentPresenter in the template. I have created a sample application for you, that demonstrates how you can implement this approach.
Please let me know if you need any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hello Krasimir,
this is very helpfull. Thankx
you'd solved my problem
Best regards
Manfred
Hello Manfred,
Thank you for your reply. I am very glad that the approach I have suggested helped solving your issue. Please let me know if you need any further assistance on the matter.