Changed tag to . It is just displaying the grid header and not the data.
Tony,
Thanks for taking time to respond. Your link looks very helpful.
-Raj
No phicarre. You are free to use some other plugin. Or maybe pay Tony, who I think is the primary author, to fix it for you!
regds,
mano
Hi Tony!
This is parts of my ColModel and JS:
Found the problem… nothing to do with jqgrid.
Do a google for Rick Strahl or Stephen Walther jquery wcf blog.
MamaliFrenchi said:
success is a call back function. do you have an URL for your ajax post? and if yes what are you sending back form your server?
Yes I have a url for the Ajax post and it returns everything to the grid successfully from the server.
Anybody else noticed that one or am I making a fool out of myself ? 😀
Please have an example.
Thanks
Sorry – one more issue related to this question –
If i am sending back JSON data that I don't want to display in the grid (for example, the URL to view the whole record) – is there any way to get at it later ? getRowData() seems to only return data displayed in TDs in the grid, not in the original JSON data.
Thanks again.
Here is a DIFF for the changes i made, dialogClose is the call back name and can be set using the API
jQuery(“#grid”).jqGrid('columnChooser', {
dialogClose : function() {}
});
— C:/Users/mkesler/AppData/Local/Temp/grid.jqueryui.js-revBASE.svn000.tmp.js Fri Nov 13 10:56:36 2009
+++ X:/common/js/grid36-dev/src/grid.jqueryui.js Fri Nov 13 10:48:32 2009
@@ -102,12 +102,16 @@
Hi there,
Thank you I am testing them right now.
Just another Question:
Can you add footer with the totals in the grid with component?
Your fast reply is really appreciated.
Looking forward to buy the license.
David
More Info…
It does look like IE is not reporting the positions correctly. If I add one to the function below it works in IE fine.
markw65 said:
I'll take a look at this… but unless IE is reporting the positions incorrectly, Math.round is the wrong function. It /has/ to truncate to get the correct result.
Mark
Cool thanks Mark!
Thanks thanks thanks!!! 😀
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top