CellSelecting and CellSelected events gone

Hi - I have made a change that has disabled the CellSelecting event, but i cant figure our which one. Please see the grid-code in version 20.1.0.51 and see if you can help me re-introduce the events?


/Søren

 

<SfGrid @ref="Grid"

        DataSource="@gridData"

        ShowColumnChooser="true"

        Height="480"

        Toolbar="toolbarItemsList"

        AllowReordering="true"

        AllowResizing="true"

        AllowPaging="true"

        AllowFiltering="@searchbarEnable"

        AllowExcelExport="true"

        AllowSorting="true"

        GridLines="GridLine.Both"

        EnableAutoFill="true"

        AllowSelection="isMultiSelectAllow"

        EnablePersistence="true">

    <GridSelectionSettings Mode="Syncfusion.Blazor.Grids.SelectionMode.Cell"></GridSelectionSettings>


    <GridEditSettings AllowEditing="true" ShowConfirmDialog="false"></GridEditSettings>


    <GridEvents OnToolbarClick="@ToolbarClickHandler"

                OnActionBegin="@ActionBeginHandlerAsync"

                CellSelecting="@CellSelectionHandler"

                CellSelected="@CellSelectHandler"

                OnCellSave="@CellSavehandler"

                OnCellEdit="CellEditHandler"

                QueryCellInfo="@CustomizeCell"

                OnBatchSave="@BatchSave"

                 OnLoad="@SetDashboard"

                TValue="ProductData"></GridEvents>


    <GridFilterSettings Mode="FilterBarMode.Immediate" ShowFilterBarStatus="false"></GridFilterSettings>


    <GridPageSettings PageCount="@pageCount" PageSize="@pageSize" CurrentPage="@currentPage" PageSizes="@pageSizes" />


1 Reply

MS Monisha Saravanan Syncfusion Team May 5, 2022 02:10 PM UTC

Hi Soren,


Greetings from Syncfusion.


We have checked your query and we could not able to reproduce the reported query at our end on using version 20.1.0.51. Cell selecting event triggers fine at our end when using your shared code snippet. Kindly refer the attached sample at your end.


Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/BlazorApp1334939102.zip


If the reported issue still reproduced then Kindly share us the below information to procced further at our end.


  1. Share us the entire Grid code snippet.
  2. Share us whether you have enabled selection.
  3. Share the video demo of the issue along with replication procedure.
  4. If possible kindly share an simple issue reproduceable sample or try to reproduce the issue on the above mentioned sample.


The above-requested details will be very helpful for us to validate the reported query at our end and provide the solution as early as possible.



Regards,

Monisha


Loader.
Up arrow icon