This question is locked. New answers and comments are not allowed.
Hi,
I will try to explain the problem i'm having briefly. Basically, I'm trying to have one column in the grid to take all available space and if the text exceeds the max possilbe width then the text will be trimmed.
I have this line in my xaml:
This works as expected. However, it introduces another problem. When the user increases the width of the column then this becomes the new MinWidth and the user can't decrease the width of the column ! ..
I hope there is a solution for this problem.
Thank you,
Abdul
I will try to explain the problem i'm having briefly. Basically, I'm trying to have one column in the grid to take all available space and if the text exceeds the max possilbe width then the text will be trimmed.
I have this line in my xaml:
<telerik:GridViewDataColumn Width="*" IsReadOnly="True" IsGroupable="True" TextAlignment="Left" DataMemberBinding="{Binding IntComments, Mode=TwoWay, ValidatesOnDataErrors=False}" Header="Internal Comment" TextTrimming="WordEllipsis" >the
This works as expected. However, it introduces another problem. When the user increases the width of the column then this becomes the new MinWidth and the user can't decrease the width of the column ! ..
I hope there is a solution for this problem.
Thank you,
Abdul