Hi i have this listbox with content panel and grid. Whenever I select an item from the listbox it sends it to the content panel, Problem I have is notice the Salary field in the content panel, it does not show the dollar sign. So I want to know how i can add a dollar sign for currency values in the content panel. Another thing I wanted was to put dollar sign in the listbox item where it says salary. Basically able to use the cellsformat: ‘c2’, properties in the content panel if its possible.
Example:
Selected Item: Joy
Check content panel, check field “Salary”: should show “Salary: $50.0”
Here is my jsfiddle:
https://jsfiddle.net/96w70omn/4/