views:

3

answers:

0

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;"; })