Who could tell me why this formatting doesn't work in case of Ajax Binding?
.RowAction(row => { if (row.DataItem.Probability == 100) row.HtmlAttributes["style"] = "color:green;"; })
Who could tell me why this formatting doesn't work in case of Ajax Binding?
.RowAction(row => { if (row.DataItem.Probability == 100) row.HtmlAttributes["style"] = "color:green;"; })