Hello,
I display the result rows one checkbox, so far so good.
…
{name: 'ID', index: 'ID', hidden: true, editable: true},
{name: 'CheckTest', index: 'CheckTest', width: 55, align: "center", editable: true, EditType: 'checkbox', editoptions: {value: "1:0"}, format: 'checkbox' }
{name: 'CheckTestView', index: 'CheckTestView', hidden: false, editable: false}
…
I wish I could view it via a condition according to the value of another field in my line of result:
if(CheckTestView==1){ show CheckTest }else{ not display CheckTest }
How it?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top