Forum Discussion
mmkumaram
14 years agoOccasional Contributor
Thanks for your reply.
The Plug-in is installed and I have the correct object name mapping in my projects. (ref attached screenshot), but still i am not able to see the methods (clickCell methods ref:http://smartbear.com/support/viewarticle/11554/) for Syncfusion.Windows.Forms.Grid.Grouping.GridTableControl
I made little progress by using Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl
The table has a parent object with ClrClassName = "Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl" on this object and I am able to the use ClickCell Method on the table that I am looking for. But ClickCell methods works only on the table data and not for Filter row, . Is there any other mehtods that could be used for filtering the values?.(ref attached table screenshot which has filter row).
when I use WinFormsObject("grid_common_").ClickCell(0,"Category");, it clicks on first row cell of Category column and not filter cell.
Syncfusion version is : 8.3.0.21
Thanks,
Muthu
The Plug-in is installed and I have the correct object name mapping in my projects. (ref attached screenshot), but still i am not able to see the methods (clickCell methods ref:http://smartbear.com/support/viewarticle/11554/) for Syncfusion.Windows.Forms.Grid.Grouping.GridTableControl
I made little progress by using Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl
The table has a parent object with ClrClassName = "Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl" on this object and I am able to the use ClickCell Method on the table that I am looking for. But ClickCell methods works only on the table data and not for Filter row, . Is there any other mehtods that could be used for filtering the values?.(ref attached table screenshot which has filter row).
when I use WinFormsObject("grid_common_").ClickCell(0,"Category");, it clicks on first row cell of Category column and not filter cell.
Syncfusion version is : 8.3.0.21
Thanks,
Muthu