Hello,
getGridParam('selrow')
Retur the currentlly selected row – null otherwise.
Best Regards
Tony
Hello,
How looks your jsonReader like?
Regards
Tony
Did you see the difference ?
should be
or change the xmlReader to read the ID instead of id
Yes it is not jqGrid problem.
getRowData uses jQuery html function for this purpose.
Regards
Tony
Hello,
IMHO this is not a jqGrid problem.
Try to alert the value before putting it into the element.
What is the alert in IE and in FF? I think they are the same.
Regards
Tony
Hello,
Thank you for this, but sorry this is not a bug.
The for statement is called after constructing the multiselect and subgrid
additinal columns, so this must work – check your code again.
Check your server code again and pay attention on what you return from
server –
Hello,
What do you use in onSelectRow
Hello,
{ total: “1″,
Hello,
Yes this is true for now you can use beforeSubmit even where you
can analyze the posted data and retur true or false depending
on values of select or other controls.
Best Regards
Tony
Hello,
What does not work? Please be a more detailed ..
You can look in the demos for this.
Regards
Tony
Hello,
Yes there is a bug when id:”0″ – have corrected this.
For now you can use id:”Absence Date” , or simply set in the colModel
colModel:[
{name:'absDate',
index:'absDate',
width:120,
sorttype:”date”,
key: true
},
….
Best Regards
Tony
Hello,
Step by Step:
1. The expression $response->t_wins = $t_wins;
Hello,
Currently no way. Use custom button for this purpose.
Regards
Tony
Hello,
How you edit the row. If possible send me jqGrid options and code where
you edit the row. I think that the problem is that you do not have set
the row id – i.e the uniquie row
Hello,
You can use
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top