The above is the wingrid column chooser and you can observe that the column chooser is on left side upper corner.
http://help.infragistics.com/Help/Doc/WinForms/2012.2/CLR4.0/html/WinGrid_Using_the_Column_Chooser_Feature.html
And below is the silverlight xamgrid with column chooser .
https://ko.infragistics.com/samples/silverlight/grid/#/column-chooser
And you can observe that the column chooser only appears selecting the "<<" to the right of the column.But I need the column chooser to be shown as of wingrid to the left side upper corner along with the present ["<<" to the right of the column]. Is it possible by any means.
Hello Asish,
I am glad you resolved your issue. I believe that other community members may benefit from it, as well.
Best regards,
Anatoli Iliev
Thanks Anatoli,
The solution you gave is exactly what I need.
Please try the attached sample application (XamGridDataBinding.zip).
Note that I have restyled the RowSelectorHeaderCellControl in order to include the ColumnChooser button inside.
Please let me know if this solution works for you.