Hi,
If I have a database field that is a enum(“Y”,”N”) field. If I leave the edittype as a text field, then I can use the Nav buttons to go to the next and previous records in a modal form without any problem.
However, if I use a edittype as a select, then the Nav buttons cause the “Data has changed” to popup even when I haven't changed anything. The correct information is displayed in both cases.
So….this works (the “Data changed” does NOT popup):
{name:'author', index:'author', width:50, align:'center', editable:true, edittype:'text'}
This does not work (the “Data changed” DOES popup):
{name:'author', index:'author', width:50, align:'center', editable:true, edittype:'select', editoptions:{value:{Y:'Yes',N:'No'}}}
Thanks,
Jim
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top