FlexGrid ResizingColumn Event

Posted by: nzd on 16 January 2023, 4:29 am EST

    • Post Options:
    • Link

    Posted 16 January 2023, 4:29 am 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 17 January 2023, 6:50 am 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

  • Posted 2 December 2024, 2:10 am EST

    Hi,

    The mentioned issue has been resolved in the latest build of C1. I have checked with the 8.0.20242.965 and it works fine at my end.

    Let me know if you still face the issue. Attaching the sample with the latest build.

    Regards,

    Ankit

    FlexGrid_Resize.zip

Need extra support?

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

Learn More

Forum Channels