I have a question about resizing behavioral change after v7.2.1.
drag-to-resize: We can start resizing by dragging the edge of column headers.https://stackblitz.com/edit/igx-grid-resizing-behavior-720
drag-to-resizeclick-to-resize: Now we can also start resizing by click the edge of column headers.https://stackblitz.com/edit/igx-grid-resizing-behavior-721
I think click-to-resize is very convenient but is this an intended change? Let me confirm this just in case(I can't find any information from release note or changelog).
@tkiryu, this is not an intended change, I will mark the issue as a bug and take care of fixing it.
@SAndreeva , thank you for reviewing! Let me share one more thing with you.
When I right-clicked a resize handler, the following error was thrown.
Error: Cannot read property 'resizer' of undefined
There was no problem with 7.2.0. Could your take care of it together?
Thanks @tkiryu! I will take care and fix this as well.