Ups.. Sorry 😉
Greetings
Majkel
Mozzilla 2.0 and IE 6 works fine. Such behaviour is in Chome 1.0.154.48
Greetings
Majkel
Navgrid Ex:
$(“#”+grid_table_id).navGrid('#pager2,#pager',{refresh:true,edit:false,add:false,del:false,search:false})
$(“#grid_table”).jqGrid({
….
OK it works but:
Is there a way to define surl staticaly??(in the same file as colmodel ex:
var myvar = ' all initialcopiedfiledcheckit'
{name:'status1',index:'status1',editable:true,edittype:'select',editoptions:{value:'2:initial;3:copied;4:filed;5:checkit'},width:30, surl:myvar}
Sure it is not a bug, should I write such a posts in Feature Request ?
In my opinion it is sometimes hard to use it with mouse. Because user clicks on many items inside,outside grid to close edited cell.
If user clicks outside of grid edited cell should be closed.
But it is my private opinion 🙂
Can I change it in easy way in my project? Where should I start?
“pager” : “#pager2”,
Whole JSON
{
Thanx
I set something like that
formatter:'currency',formatoptions:{defaultValue:'null'}
and it works OK (no value in the field)
but if I set eny other string in defaultValue ex:
When we set one width for grid. Grid is stretch, but fields of multiple toolbar search have the same width so the whole toolbar search is much smaller.
Ex.
jQuery(“#grid_table”).setGridWidth(700);
Got solution
Should be something like this:
{'data':items,'item[1]':'one','item[2]':'two'};
Greetings
Majkel
What about navgrid: ex:
.navGrid('#pager',{refresh:true,edit:true,add:true…..
It is outiside of the grid is it possible to import /export too??
Greetings
Majkel
Confirmed rtordable test:
$limit = $_REQUEST['rows'];
$limit throws the last valid result. * can't be passed.
Greetings
Majkel
One more :
Grid has to have hide/show columns enabled and option multiple toolbar search. When we hide some columns toolbar search has still primary state(with all fields)
Majkel
I know 🙂
But on JQuery forum there was nosolution.
I overcome this problem using:
$data = json_decode($_POST['data'],true);
and on JS side:
items = JSON.stringify(changed_cells);
But i thik there is simpler solution
Greetings
Majkel
It is cell edit. I will try to put some examples online
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top