Hello there.
After figuring out that client-side events (e.g., dataBound) do not work with server binding, I'm left wondering what is the best way to apply row styles based on row values with server binding.
For example, if an integer value in a row (salesAmount) is below a certain threshold, how would I apply a particular style to that entire row?
(ref: http://www.telerik.com/forums/databound-event-doesn-t-fire-if-server-binding-is-used)