Hi!
Here is the case, I have a devextreme (angular) grid with 5 columns (a, b, c, d, e).
Columns “a” and “b” are fixed and resizable.
Column “c” is fixed and doesn’t allow resizing.
Columns “d” and “e” are not fixed and they allow resizing.
I’m not able to resize columns “a” and “b”, although they are marked as resizable.
Thanks.
Hi,
I wasn't able to reproduce the issue using this example (see the attached screencast). Would you please clarify if my steps are correct? If necessary, modify it to illustrate the problem in action.
We look forward to your results.
Here’s an example: https://stackblitz.com/edit/angular-xcjefz
I can’t resize column “FirstName” column, although it is decorated with “allowResizing = true” attribute.
Hi Apostolos,
Thank you for your project. I see this behavior and we will research it. At the moment, I suggest you also enable resizing for the LastName column to resolve the issue. See the updated sample.