I have a column filed from a database but invisible in the grid:
…
{
name:'password',
index:'password',
edittype:'password',
hidden:true
}
when I add a row, I do this:
url: “test.php”,
…
beforeInitData: function (formid)
{
jQuery(“#list1”).setColProp('password', {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top