How can I hide a WebGrid column at run time ?
For example, I want to hide the Parametro column, it would look like this:
grid.Column("Empresa", "Empresa"),
if(item.valor1 == X){
grid.Column("Parametro", "Parametro"),
}
gri...
asked by
14.06.2017 / 20:23