Hi all,
I am trying to populate the listgrid cell, which has a value id currently, with the name of a dropdown list name. The dropdown list value should match the cell value then displaying the dropdown list name.
ColModel
{name:'event_city_id',event_city_id:'name',editable:true,edittype:"select",editoptions:{value:citySelect()}},
citySelect() function
function citySelect(){
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top