Hello,
How can I implement multiple CSS class in a Format String HTML tag of a Data Source Grid Derived Column? I tried adding multiple class:
FormatString("
{0}
", "Title");
But the style class for text-center did not apply to the element instead when you inspect element it displays "
Is there a special character needed to be used to indicate that I want to use multiple css class on the tag of the element I'm styling?
Thanks!