We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Grid.SelectRows() doesn't fire the RowSelected Event?

When this code executes, it does select the row, though doesn't fire the RowSelected event?  How can I get the RowSelected event to fire in these case.  (It does fire if I manually select it by clicking on it).
    
public void OnEventDataBound(object args)
    {
        // The filtered index values are selected
        this.grdEvents.SelectRows(SelectedEventIndex);
    }

<EjsGrid DataSource="@EventList" @ref="grdEvents" Height="200">
    <GridEditSettings AllowAdding="false" AllowEditing="false" AllowDeleting="false" ShowDeleteConfirmDialog="false"></GridEditSettings>
    <GridEvents RowSelected="EventSelected" RowDataBound="EventRowBound" DataBound="OnEventDataBound" TValue="Events" />
    <GridColumns>


2 Replies

RS Renjith Singh Rajendran Syncfusion Team October 17, 2019 01:52 PM UTC

Hi Michael, 
 
Thanks for contacting Syncfusion support. 
 
We have confirmed this as an issue. Thank you for taking the time to report this issue “RowSelected event is not triggered during Multiselection in Blazor Grid” and helping us improve our product. At Syncfusion, we are committed to fixing all validated defects (subject to technological feasibility and Product Development Life Cycle ) and including the defect fix in our subsequent bi-weekly nuget releases which is expected to be rolled out on or around November 15, 2019.  

You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.  

Please get back to us if you need further assistance. 

Regards, 
Renjith Singh Rajendran. 



VN Vignesh Natarajan Syncfusion Team November 13, 2019 09:57 AM UTC

Hi Michael,  
 
We are glad to inform that our latest Nuget package (17.3.0.27-beta) has been successfully rolled out. In this release, we have migrated our Components to .Net Core 3.1 Preview 2 and also resolved the issue “RowSelected event is not triggered during Multiselection in Blazor Grid”. Please find the latest Nuget package from below and also find the release notes regarding the fixes we have included in this release.  
 
 
 
Also ensure that you have referred the latest version script and css as below  
 
  <link rel='nofollow' href="https://cdn.syncfusion.com/ej2/17.3.27/fabric.css" rel="stylesheet" /> 
 
 
Please get back to us if you have further queries. 
 
Regards, 
Vignesh Natarajan. 


Loader.
Live Chat Icon For mobile
Up arrow icon