Working with version 2014.1.224.45. mvvm pattern.
I did this with janus systems winform controls awhile back and wanted to know if you had any best practices for my question/requirement.
my client wants to provide visible feedback when the user changes values in the telerik controls (+ ms textbox). For example, let's say a status dropdown is initially set to "active" and the user changes it to "on-hold". my client wants the control to have a yellow background (versus current white) when the user changes it so that changes on the screen stand out. Now once the user saves the data and the screen is refreshed, the yellow should go away because that is the "current" value and return to its initial color of white.
Do you have any suggestions that could be used with telerik controls, e.g. styles or wrap/inherit from current controls, to accomplish this?
I would imagine I could hook up all fields to a the view model to determine changes, but wasn't sure if I could handle this at the control level.
thanks for any advice or input.
I did this with janus systems winform controls awhile back and wanted to know if you had any best practices for my question/requirement.
my client wants to provide visible feedback when the user changes values in the telerik controls (+ ms textbox). For example, let's say a status dropdown is initially set to "active" and the user changes it to "on-hold". my client wants the control to have a yellow background (versus current white) when the user changes it so that changes on the screen stand out. Now once the user saves the data and the screen is refreshed, the yellow should go away because that is the "current" value and return to its initial color of white.
Do you have any suggestions that could be used with telerik controls, e.g. styles or wrap/inherit from current controls, to accomplish this?
I would imagine I could hook up all fields to a the view model to determine changes, but wasn't sure if I could handle this at the control level.
thanks for any advice or input.