Hello,
It will not work. Try this
$(this).jqGrid('setRowData', rowId, false, {'font-weight':'bold'});
Regards
Tony
Hello,
Which version of jqGrid is used?
I see the option imgpath which is deprecated.
Regards
Tony
Hello,
Please consult the docs how to do this. For inline edit (your case) and cell edit this is possible.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:inline_editing
Regards
Tony
Hello,
This is true and is long to explain. Short – what you deliver to grid from server then this will be posted to it in this event.
It seems like your sever code deliver the value, but not the key.
Regards
Tony
Hello,
It depends on what you are set for drag and drop grid?
Do you have inclided the right jQuery UI CSS?
Regards
Tony
Hello,
Maybe you will need to use jQuery UI autocomplete.
http://jqueryui.com/demos/autocomplete/
Also in this case you can attach the autocomplete plugin in
onInitializeForm event (which fire only once).
If I rememeber right there is a such example in this forum.
Regards
Tony
Hello,
Maybe you will need to use beforedrop event and then on this event you can set
ui.helper.dropped = false;
Best Regards
Tony
Hello,
I think that this is not related to jqGrid, but rather to your server side code.
Regards
Tony
Hello,
Currently there is no ready solution for this. It will be a little difficult to do it with your code, since you will need to write a lot of other code when th button is clicked.
Instead of this here is my recommendation (never tested):
use onInitializeForm event (this fire only once)
put your content and do jQuery clone with the parameter set to true (this will copy the events too) for these buttons
The id's of the buttons of every form are
for submit = sData
for cancel = cData
Best Regards
Tony
Hello,
What do print_r function?
I'd rather will use FireBug and will do it like this
function image_element(value, options){
Hello,
This is the default behaviour of the grid when you resize it and use the gridResize method.
Regards
Tony
Hello,
Sorry, but nobody help on so little info.
Please do the following:
1. jqGrid version
2. browser used.
3. code that causes the problem
Regards
Hello,
The only thing in our decision is that jqGrid should not depend on jQuery UI Java Script library if the developer does not want this.
Intead we will think if we should provide support of jQuery UI dialog.
Best Regards
Tony
Hello,
It will not work of course.
My first thing here is how you represent the xml string.
I'm sure this will work if you do this:
var mystr =
“
Hello,
Try to call
$('#userDetails').fancybox({'type':'ajax'});
in gridComplete method.
You call it, but the content is not into the dom, you should either call it in gridComplete event or call this command after the grid is created and enclose it in setTimeout function.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top