Hello,
First I think that this is problem of draggable and not of jqGrid.
To work this IMHO you will need to specify the following options in the draggable: helper:”clone” and appendTo. You can look in grid.jqueryui.js of the method gridDnD in order to understand how is this organized.
Regards
Tony
Hello,
I suggest you to use the info_dialog function in grid.common.js. It exactley simulates the modal and have similar behaviour as dialog. Look at it and if you do not understand something I will answer. By the way I will try to document it.
Best Regards
Tony
Hello,
Be a sure that you have replaced the language file too. It contain this information
Regards
Tony
Hello,
Yes, currently the navigator can be placed only above. I definitley will make a method to place the navigator in arbitrary place, but it will be available in 3.7 version
Regards
Tony
Hello,
In order to resolve I need a link to the problem. The reasons can be souple.
Regards
Tony
Hello,
By default jqGrid create a title attribute, so if you have custom mouseover and etc, this attribute will be displayed.
IMHO in gridComplete, before you call qtip you should remove the title attribute (also there is solution for this in the forum)
It can look like (since of 3.6 you can use this in all grid events to refer to a grid):
gridComplete : functon () {
$(”td”,this).removeAttr(”title”);
// do other stuff here
});
Regards
Tony
Hello,
Not sure, but maybe you will need first to look what you return when you sort. You will need to look at treeReader object in order to determine in which place should be the level element. By default it is in first place after all columns.
Best Regards
Tony
Hello,
To be a honest I never try to print, but maybe you will need to remove the screen attribute from jquery ui css.
Regards
Tony
Hello,
You can add a custom validation.
Regards
Tony
Hello,
Thanks. Good idea. Will think if I will include it.
Best Regards
Tony
Hello,
It is not so easy. It is one of the planed feature for 3.7
Regards
Tony
Hello,
If you get the information server side you can sevae it to the datanase. It actually depend what you use – ASP, PHP, JSP and etc.
Regards
Tony
Hello,
Sorry I do not understand WCF, but if you maybe look here
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data
you will have idea what to do
Regards
Tony
Hello,
Merging cells currently is hard to do.
The scroll option is the same as in 3.4. The big difference is how you set it. If you set scroll:true it will behave as in version 3.4, but if you set it like scroll:1 it will behave like the demo.
Regards
Tony
Hello,
Aha, Thanks. Will be fixed.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top