mouse doubleclick on detailsview datagrid do not fire

Good morning,

I'm using a sfdatagrid with a detailsviewdefinition, and it datagrid is a sfdatgrid.


  <chart:SfDataGrid.DetailsViewDefinition>

                                <chart:GridViewDefinition RelationalColumn="ListaPers" >

                                    <chart:GridViewDefinition.DataGrid>

                                        <chart:SfDataGrid AutoGenerateColumns="False" AllowDeleting="False" AllowEditing="False" AllowFiltering="True" AllowSorting="True"

SelectionMode="Multiple" SelectionUnit="Row" MouseDoubleClick="SFDG_CE_Lev1_MouseDoubleClick">


The mousedoubleclik event on the detailsview do not fire... 

Please help me,

thank you


4 Replies 1 reply marked as answer

SG Santhosh Govindasamy Syncfusion Team November 8, 2023 05:00 PM UTC

Hi Marco,

We have investigated the reported issue, In order to further diagnose the problem, we need to examine the issue at the source level. As a result, we require some time to validate and will provide an update on or before November 10, 2023.


Regards,
Santhosh.G



SG Santhosh Govindasamy Syncfusion Team November 10, 2023 06:10 PM UTC

Marco,


We kindly inform you that we don't directly trigger the DetailViewDatagrid on a mouse double-click event. This can be achieved via the 'DetailsViewLoading' event. We access the DetailViewDatagrid events through 'DetailsViewLoading'.

Here we have attached the tested sample . Please have a look at this. If you have further query please provide details or modify the attached sample based on your scenario. It will be helpful for us to proceed further.



Attachment: SfDataGrid_Demo_5e049b2b.zip

Marked as answer

MD marco del frate replied to Santhosh Govindasamy November 13, 2023 07:51 AM UTC

It works perfectly,


thank You very  much

Best regards




CM Chidanand Murugaiah Syncfusion Team November 14, 2023 05:28 AM UTC

Hi marco del frate,


Glad that your issue is resolved!! Please let us know if you require any additional assistance. We are happy to help you.


Regards,

Chidanand M.


Loader.
Up arrow icon