Hello,
Sorry but we consider here a jqGrid problems and not PHP code. The examples are just examples. I recommend to begin just with very simple data and code.
Regards
Tony
Hello,
Thank you for this. It is a bug when a xml datatype is used in 3.5 only
The right correction is:
if(afterInsRow) {ts.p.afterInsertRow(row.id,rd,this);}
Thanks.
Best Regards
Tony
Hello,
Yes this is true. The post array contain the key, but not the text.
If you want to post the text use onclickSubmit event (see docs) with your code above. This event should return array. It is a good idea to give other names of the posted data.
Regards
Tony
Hello,
Aha – call the grid with setTimout function.
Regards
Tony
Hello,
datatype: “clientside”,
Hello,
Currently this is not possible in easy way (i.e ready for ). I will think that this is possible with little programing using setGridParam({page:pg_number}) and trigger(“reloadGrid”). Think about this.
Regards
Tony
Hello,
Thank you Adam – good addition. Will be added.
Regards
Tony
Hello,
Not sure what you try to do, but your calling is not correct.
You should call the onSave this way (without parameters)
|
1 |
<strong></strong><strong></strong><strong></strong><strong>jQuery('#list').editRow(id, true, null, null, null, null, <span style="color: #0000ff">onSave</span>, null) </strong> |
Regards
Tony
|
1 |
<strong></strong><strong><br /></strong> |
Hello,
Read the form for this limitation.
Regards
Tony
Hello,
Thanks for this. I was thinking about this for some time and will say – Yes
Hello,
Why not read the form and look into the examples? There are good
example pages for this. (Sorry for this, but my time is limited)
$(”#mybutton”).click(function() {
$(”.HeaderButton”).trigger(”click”);
return false;
});
Regards
Tony
Hello,
Once set (or not) this option does not have effect if you try to change it dynamically. One possible solution is to define the multiselect when you set the grid then use heideCol('cb') (where cb is the name of checkbox column – see docs) and under some condition showCol('cb') but I think this will not do the job for you since the selection remain. Also you can try to play with multiboxonly set to true in the case.
Regards
Tony
Hello,
There is default value for showAction in the language file. (This value will be removed in next release).
In order to work all do :
{name:'oferta',index:'oferta', width:65, formatter: 'showLink', formatoptions:{showAction:'', baseLinkUrl: 'index.php', addParam : '&option=index'}},
Regards
Tony
Hello,
What about your data. How is provided. What values do you have for checkboxes?
Regards
Tony
Hello,
Thanks for this. It is true. Will think how to avoid this.
Thanks again
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top