Hi Jonathan,
Thanks for using Syncfusion products.
We are sorry for inconvenience caused. We
are unable to reproduce the issue. We have prepared a simple sample, video
demonstrating the working of the sample and the same can be downloaded from the
following links.
sample- Sample.zip
video- Column
hide.zip
Could you please try the above sample and
get back to us whether you are able to reproduce the issue? If not, could you
please give more information or by reproducing the issue in the above sample so
that we could sort out the issue and provide you with solution. The information
provided would be of great help in resolving the issue.
Please let us know if you need further assistance.
Regards,
P.SarathKumar.
Hi Jonathan,
Thanks for
your update.
We would like to let you know that to hide
a column using Colum sets you have to use Add method in class file instead of
using Remove method. Please refer below code snippets.
[Default.aspx.vb]
GridGroupingControl1.TableDescriptor.ColumnSets.Add("CustomerID")
GridGroupingControl1.TableDescriptor.ColumnSets.Add("ContactName")
The sample can be downloaded from the
following link.
sample- Columset.zip
Please let us know if you need further assistance.
Regards,
P.SarathKumar.
Hi Jonathan,
Thanks for your update.
Please let us know if you need further assistance.
Regards,
P.SarathKumar.