Hi,
I am escaping HTML characters on the server after being received from the client such that when the data is returned to the client datasource it is in escaped form. This works quite well for the ListGrid's as they convert the escaped values back into the original characters. However, when I go to edit a row from the ListGrid I display the data (from the same datasource) in a DynamicForm and the escaped characters are shown in their escaped format (ampersand l t semi-colon). Is there any way to have the FormItem display the original characters?
Thanks!
I am escaping HTML characters on the server after being received from the client such that when the data is returned to the client datasource it is in escaped form. This works quite well for the ListGrid's as they convert the escaped values back into the original characters. However, when I go to edit a row from the ListGrid I display the data (from the same datasource) in a DynamicForm and the escaped characters are shown in their escaped format (ampersand l t semi-colon). Is there any way to have the FormItem display the original characters?
Thanks!
Comment