Hello,
You can not do this as described in the docs.
Best Regsrds
Tony
Hello,
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:jquery_ui_intro
And you should not set Sortable:true, but sortable:true
Regards
Tony
Hello,
Nested tables are not supported in tableToGrid function
Regards
Tony.
Hello,
Not ready solution for this.
Maybe you will need to save the response in local variable (loadComplete can be used for this purpose) and the build your own content from this using subGridRowExpanded event
Regards
Tony
Hello,
1. What about onCellSelect (whan you click on data) and onSortCol – when you click on header
2. Sorry not documented.
Also you can use sortable option and extend it like this (in grid options)
…jqGrid({
….
sortable : {options:{….}),
….
});
where in optins you can put any options available to sortale jQuery Ui widget.
Best Regsrds
Tony
Hello,
Dynamically added field can not be attributed with any property. You shold write your own code for this purpose.
Best Regards
Tony
Hello,
I see you use scroll:1. The problem is fixed in GitHub and I hope that 3.6.3 release will be available soon.
Best Regerds
Tony
Hello,
The trick is to change the width with 1 pixel ,
using trigger(“reloadGrid”) is not needed.
if (r <= 6)
Hello,
You shoud use request directly, and not request.responsText
try alert(request);
Regards
Tony
Hello,
This is very strange, because we use tha same code into the demo and the result is diffrent.
Also somthing else shoyuld brake the result. Any other grid options?
Which version is used and in which browsers is this?
Best Regards
Tony
Hello,
Posting a link to the problem is recommended. If this is not possible you can use by example pasebin to post the code, but the more important part here is how look your data.
About question 2
By default the grid uses shrinkToFit option set to true. If you want 10 pixels in column set this option to false.
Best Regsrds
Tony
Hello,
The problem is maybe with jQueryUI 1.81a1. I'm not sure if it is compatible with jQuery 1.4
The simple test is to go back to jQuery 1.3.2 and see the result
Regards
Tony
Hello,
I tested it with diffrent browsers and the scrollbar is stil here.
Sorry, I do not have iPhone to see what is actually happen.
Best Regards
Tony
P.S. Not sure, but could you please set some CSS properties to body
like margin, padding, height width.
Hello,
These
Hello,
This is a PHP code and not Java Script code related to the grid.
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top