Page 1 of 1

DataGrid row selection weird behaviour

Posted: Wed Sep 13, 2017 12:24 am
by sd1388
Hi Team,

DataGrid SelectedItem property is not getting populated in first attempt of mouse click on row selection. 3 times mouse click is required to fill SelectedItem property otherwise in first 2 attempt it is evaluated as NULL.

I am using MouseLeftButtonUp event to get SelectedItem.

Please suggest.

Thanks,
Swapnil

Re: DataGrid row selection weird behaviour

Posted: Thu Sep 14, 2017 5:34 am
by sd1388
Hi Team,

Any update on this?

Thanks.

Re: DataGrid row selection weird behaviour

Posted: Sat Sep 16, 2017 11:41 pm
by sd1388
Hi Team,

Any update on this?

Thanks.

Re: DataGrid row selection weird behaviour

Posted: Mon Sep 25, 2017 12:02 am
by sd1388
Hi Team,

Any update on this? Can I expect this is actual behaviour and will work the same way in future?

Thanks.

Re: DataGrid row selection weird behaviour

Posted: Mon Sep 25, 2017 6:50 am
by JS-Support @Userware
Hi,

Sorry for the delay of the reply.

We managed to reproduce the issue with DataGrid.MouseLeftButtonUp.

It is due to the fact that the MouseLeftButtonUp event is handled by the DataGrid so it does not fire correctly.

We are going to see if we can find a fix quickly. I will keep you updated asap.

Regards,

JS-Support