I have a column defined like this.
|
1 |
{index: "currency_id", <br /> editoptions: {"value":{"105":"Japanese Yen","150":"Australian Dollar","92":"Euro","38":"Canadian Dollar","100":"British Pound","159":"United States Dollar"}}, <br />editable: true, <br />name: "currency_id", label: "Currency", edittype: "select"},<br /><br />This works great when editing but when it's displaying the data it displays it as the ID of the currency instead of the name of the currency.<br /><br />How can I get this to display the name?<br /><br /><br /> |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top