editoptions:{value:courselist} courselist shouldbe as the follow:
Course1Course2
do you mean just a table without empty row? you can try in afterInsertRow event get the row , then all td something like:
how about
The way is working is to make a not asyng call to your server and save the value before making your grid something like:
Sorry I meant jqGrid, and not jqModal. I presume you're using jqgrid 3.5 you need to include also
which version of jqModal? and what are your js files in your page?
What exaclty you like doing? sopt could be ['eq','ne','lt','le','gt','ge'] and apply to the operation. I f you like to have just = and select between 2:Jeans;3:Vaqueros;1:Varios, yu dont need to repeat ctegorias for search option something like :
{name:'categoria',index:'categoria', width:200,editable: true, edittype: 'select',editrules:{required:true}, editoptions: { value: categorias},stype:'select',searchoptions:{sopt:['eq'] },
should work for you. sorry If i didn't understand you correctly.
what's your editurl? post your code it would help?
I have never tried, but It woths trying. Have you ever tried to include \n or in your lables? somethign like:
Quantity\n Previously Shipped
if I understant you correctly you are calling editGridRow(id,{}); in this case you can add it as following:
editGridRow(id,{editCaption: 'Edit caption', afterShowForm: function(){}, etc});
Where did you add the editCaption? if you're using navgrid('#pager',{ edit:true, etc},{editCaption:'New Caption, other properties of edit form},{}//etc should work
You can try also
jqGrid will post all parameters to your ashx. jsut get it in the context you will get the following:
How about
First of all the pager must be pointed to a jquery object, so in your case : pager:jquery( '#pager2'), then you must also add navGrid in order to add + Edit, and other built in buttons. Please read the documentation all those issuues are explained.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top