私の列は以下のように定義されています
x.Bound(y => y.IsStudentIn).Hidden(true);
x.Bound(y => y.Student).ClientTemplate("# if(IsStudentIn== false) {# <span style = \" background-color:red; \"></span>#}#");
IsStudentIn = false の場合、Student セルを赤色にします。上記の方法を試してみましたが、うまくいきません。この特定の td に css を追加する方法