Hi,
I'm using the edit form feature where a edit form modal will popup after clicking 'edit' button.
I found that the checkbox is not populated properly when edit box first show but is correct afterward (i.e. after hide and show again, or click on prev/next button, the data is populated correctly).
The colModel of the checkbox looks like:
{
name:'list[0].isSelected',
index:'list[0].isSelected',
sortable:false, width:60, align:'center',
editable:true,
edittype:"checkbox",
editoptions:{value:"Y:N"}
}
Please note that although it uses dot notation, the data is not nested (specially normalized at server side). The data of a row looks like:
{
'id': 2,
'name': 'Peter',
//.........
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top