This question is locked. New answers and comments are not allowed.
Hi, I wish for one of my autogenerated columns to have a custom look, however I don't know how to set the template for it.
I tried :
columns.AutoGenerate(column =>
{
if(column.Member == "ColToTemplate")
{
column.template(@<img ..... />);
}
}
But it fails as "column" is not the same class as columns.
Thanks.
I tried :
columns.AutoGenerate(column =>
{
if(column.Member == "ColToTemplate")
{
column.template(@<img ..... />);
}
}
But it fails as "column" is not the same class as columns.
Thanks.
