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);
}
{
// 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>
<GridEditSettings AllowAdding="false" AllowEditing="false" AllowDeleting="false" ShowDeleteConfirmDialog="false"></GridEditSettings>
<GridEvents RowSelected="EventSelected" RowDataBound="EventRowBound" DataBound="OnEventDataBound" TValue="Events" />
<GridColumns>
SIGN IN To post a reply.
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.
Feedback Link : https://www.syncfusion.com/feedback/9558/rowselected-event-is-not-triggered-during-multiselection-in-blazor-grid
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
|
|
Please get back to us if you have further queries.
Regards,
Vignesh Natarajan.
SIGN IN To post a reply.
- 2 Replies
- 3 Participants
-
ML Michael Lambert
- Oct 15, 2019 07:10 PM UTC
- Nov 13, 2019 09:57 AM UTC