Hello,
Sorry, but I can not tell you why is this.
I'm not familiar with ASP C#and etc.
For me the there are some unsual thing.
1. When the row is selected you set new url and reload the grid. This will happen every time a row is selected.
Why do you not use this url by default.
2. You can use only one url and use postData to send a parameters to the server.
jqGrid('setGridParam', { postData: { id:id, …}});
The simple test case for me is
in a onSelectRow event do not use any grid code – just pur ajax and try to obtain the id like this
onSelectRow : function (id) {
Hello,
It seems to me you do not read my post carfully.
Please read it again. TRY TO USE A VERY SIMPLE JQGRID SETUP AS FROM THE DEMOS.
Regards
Hello,
Thank you for the investigation.
Can you please send post a simple test case (I need to know all the code related to jqGrid ) or send it to me?
Thank you.
Kind Regards
Tony
Hello,
It is difficult to me to read your post.
Can you please write it a gain?
Just the description – I see the code.
Kind Regards
Hello,
Thanks.
I will add this in todo list, but from user point of veiw it is very naturall that this is from left to write.
In the case you recommend I can not see which is the first second and etc sort columns.
In the link you provide there is a another recommendation – to put a button at end of each column and organize the sort and etc stuffs.
Kind Regards
Hello,
I think your setup is not correct.
You load a lot of modules and scripts which are duplicated.
Please setup correct your head section and try with a very simple grid and not so much code.
You can see the jqGrid setup here
Kind Regards
Hello,
Thanks Oleg. Glad to see you again.
Regards
Hello,
Thanks for the feedback. If you want you can post shortly your solution here.
I think it will be helpfull for other users.
Thank you
Kind Regards
Tony
Hello,
You can look at our demos here
See Loading data item
Also you can check the documentation on how to work with local data
Regards
Hello,
Thanks for the investigation and the test case.
I confirm – it is a bug. I will try to fix it ASAP.
Jus a comment for other users.
When working this way (like Misanthrope13) – i. e providing a test case with data we can work much better.
and everyone will get answer.
Kind Regards
Hello,
Not sure I understand the problem.
Hello,
Try first not to ovrewrite the default jqGrid ajax succes function.
The pagging, sorting and serching in your case is a server side job, so I recommend you to lookat your server side code.
Regards
Hello,
Thanks for the investigation. I will check this next week.
Kind Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top