FlexGrid ResizingColumn Event

Posted by: nzd on 15 January 2023, 7:29 pm EST

  • Posted 15 January 2023, 7:29 pm EST

    Hello,

    Why is the ResizingColumn event not firing when resizing?

    I have subscribed to the event, but nothing is happening, tried different things.

    protected override async Task OnAfterRenderAsync(bool firstRender)
        {
                grid.ResizingColumn += new System.EventHandler<GridCellRangeEventArgs>(ResizingColumns);
        }
    
    public async void ResizingColumns(object sender, GridCellRangeEventArgs e)
        {
            Console.WriteLine($"{DateTime.Now.ToString("dd-MM-yyyy HH:mm:ss")} - {e.CellRange.Column}x{e.CellRange.Column} Resizing");
        }

    Regards,

    Nikolas Zdralic

  • Posted 16 January 2023, 9:50 pm EST

    Hi Nikolas,

    We are sorry for the inconvenience, we are able to replicate the issue at our end and we have forwarded this to the concerned team for further investigation with the internal id C1-5456.

    We will let you know as we get an update on this.

    Regards,

    Manish Gupta

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels