What can I write here to hide the element?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 anni tempo fa
new ColumnProperty(nameof(ProductSpecificationAttributeModel.AttributeName))
                            {
                                Title = T("Admin.Catalog.Products.SpecificationAttributes.Fields.SpecificationAttribute").Text,
                                Width = "200"
                            },
                            new ColumnProperty(nameof(ProductSpecificationAttributeModel.ValueRaw))
                            {
                                Title = T("Admin.Catalog.Products.SpecificationAttributes.Fields.Value").Text,
                                Width = "200",
                                Encode = false
                            },


What can I add there to remove or hide the element?

Something like this: Remove = true or Display = none?
2 anni tempo fa
Do you want to remove whole column ?
Just delete one whole ,new ColumnProperty(...
2 anni tempo fa
Rashed Khan wrote:
Do you want to remove whole column ?
Just delete one whole ,new ColumnProperty(...


oh my :D
i was looking for solution for an hour and didn't think out that i can just comment the lines! :DDDDDD

thank you so much!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.