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

In GroupView, click event is not working fine.

Hi,
To reproduce the bug, please go through the following steps:

1) Please run the attached .cs file.
2) Select 'AAA' module in groupBar
3) In 'AAA' module, click on 'AAAItem-1' (do not relese mouse), without releasing mouse 'textBoxEx1' textbox is filled.

This is the bug.

I want to fill 'textBoxEx1' textbox after release the mouse click.

Thanks
-Kishan



GroupSample_ab822746.zip

9 Replies

AD Administrator Syncfusion Team August 6, 2008 05:37 AM UTC

Hi Kishan.

Thank you for your interest in Syncfusion Products.

I am afraid that I was not able to reproduced the mentioned issue.

Please refer the below video file.
http://websamples.syncfusion.com/samples/Tools.Windows/F75608/Issue_groupbar.zip

If I am missing anything, could you let me know the assembly version, so that could work out in depth and provide you a better solution?

Please let me know if any concern.

Regards,
Hema



AD Administrator Syncfusion Team August 6, 2008 06:20 AM UTC

Hi Hema,

I'm using Syncfusion 5.1.1.47 version.

Please let me know, if this bug exist in this version and resolved in later version.

Thanks
-Kishan



AD Administrator Syncfusion Team August 6, 2008 07:11 AM UTC

Hi Kishan,

Thank you for your patience.

The reported issue has been reproduced in 5.1.1.47 and internally fixed with our latest Essential Studio 2008 Volume 3. Please find the video clip in the following link for your reference:

http://websamples.syncfusion.com/samples/Tools.Windows/F75608/Issue_groupbar.zip

I would like to recommend you to upgrade to this version. You can download our latest version Essential Studio 2008 Volume 3 from the below link:

http://www.syncfusion.com/downloads/latestversion/default.aspx


Unlock key :

Please contact your Syncfusion Sales Representative or e-mail salessupport@syncfusion.com.

Please let me know if any concerns.

Regards,
Hema



AD Administrator Syncfusion Team August 6, 2008 09:23 AM UTC

Hello Hema,

Thanks for quick reply.
We will look after upgrade the new version of syncfusion.

Thanks
-Kishan



AD Administrator Syncfusion Team August 11, 2008 04:21 AM UTC

Hi Kishan,

Thank you for the update.

Regards,
Hema



AD Administrator Syncfusion Team December 2, 2008 07:37 AM UTC

Hi Hema,

Now I upgraded to synfucion latest version 6.402.0.15.
Above bug has fixed, it is fine.

But another bug has raised i.e. if I click multiple times on grid view item it has opened only one tab.
I want to open multiple tabs when I click multiple clicks on group view item, what should I do?

I have tested with MouseClick event, but above first bug reproduced again.
So that I used GroupViewItemSelected event, but mentioned bug has raised with this event.

For further inoformation please run attached .cs file.

Thanks
-Kishan



TabbedMDI_1557727a.zip


AD Administrator Syncfusion Team December 4, 2008 09:49 AM UTC

Hi,

Please answer for above query, it is urgent.

Thanks
-Kishan



HK Hemaladha K Syncfusion Team December 4, 2008 11:19 AM UTC

Hi Kishan,

Sorry for the delay response.

Please refer to the below code snippets to solve this issue.

[C#]
if (groupView1.SelectedItem ==0)
{
this.groupView1.SelectedItem = -1;
this.NewDocClick(sender, e);
}

Please refer to the modified sample and let me know if this helps you.
http://websamples.syncfusion.com/samples/Tools.Windows/F75608/Tools_WF_TabbedMDI.zip


Please let me know if any concerns.

Regards,
Hema



AD Administrator Syncfusion Team December 4, 2008 12:14 PM UTC

Hi Hema,

Thanks, it is working.

Regard
-Kishan


Loader.
Live Chat Icon For mobile
Up arrow icon