I sort of wondered about those paths, but figured that was where you had the files.
Ed
Now we need to get a tw developer to develope jqquery as a widget with the tw2 core. With the documentation available it might not be that difficult for them. I may play with it, but I am not that strong of a developer, I’m just an accountant trying to write a school accounting application.
I see the same issue in IE and Opera, but not in Firefox.
Select a column to the right of the jqgrid horizontal scrollbar (not visible until scrolled) and sort by it – header and data now mismatched. Mozilla in this scenario automatically scrolls grid to show its left side, but IE and Opera do not.
Is there a workaround?
Thank you!
I had the same issue, it was because I wasn't including the locale script.
I am running the most recent version and I still seem to be losing the selected rows in a multiselect grid after a local sort.
I was looking to do a work around with an afterSort event but I don't see one.
Great tool overall!
Thanks,
Adam
I'm using different data but this is what I copied from response
|
1 |
{"records": "3", "total": "1",<br /> |
Just discovered css is working in ie, but getting message:
[Exception… “Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIChannel.contentType]” nsresult: “0x80040111 (NS_ERROR_NOT_AVAILABLE)” location: “JS frame :: file:///C:/Program%20Files/Mozilla%20Firefox/components/FeedProcessor.js :: FP_onStartRequest :: line 1440″ data: no] from firefox
jquery-1.3.2
firefox 3.5.5
This may not be correct thread.
Excelent! Iinluding grid.locale-(cs).js fixed my problem: ” $.jgrid.formatter is undefined “
Ho tony, thanks alot for the fix.
Have you tested custom input with two custom inputs yet? If I only have one Col with custom input all is great.
But if I have two I get errors.
Additionaly, when I use custom Input I get error when selecting a row, NOT editing, and then selecting another row.
$(“td:eq(” + i + “)”, ind).html(vl).attr is not a function
[Break on this error] $(“td:eq(“+i+”)”,ind).html(vl).attr(“title”,$.jgrid.stripHtml(vl)); \r\n
Greetings
I am not sure, but it reminds me of an earlier post I made:
I can only guess that *maybe* you are missing some of the js files/components? Would seem like a reasonable theory given the type of errors you are having (i.e. stuff like “createModal is undefined” and “$.jgrid.formatter is undefined”).
I would try getting all of the files again and include all components. Then in firebug make SURE each loaded js file displays content.
I hope that helps.
tim
I see – well then congrats!
I am glad to see jqGrid become so popular!
tim
As far as I can tell, the controller, html, and scripts from your first post looks about the same as my application.
I got the table to show by using 'GET' instead of post, but am
found solution:
via $(“#list_id”).collapseSubGridRow(“gridrow_'.$this->row_id.'”);
Hello Tony!
I move column in such style:
1. Hide [+] column via css
2. Create new column where set event:
onclick=” $('#list').toggleSubGridRow('gridrow_'.$row['id']); …. “
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top