Thanks for the reply, I managed to solve the issue now. BUT now I’d like to as, how can I set the ‘value’ parameter for the dropdown select option?
I.E. I want to accomplish this :
admin
user
How should I code the part
createeditor: function (row, cellvalue, editor) {
var dataSource = [];
editor.jqxDropDownList({source: dataSource });
where
$permission_name = ‘admin’, ‘user’
?