Open flack opened 9 years ago
Hello, Can you please post a example?
Thank you
@tonytomov You can see it in the jqGrid demo page:
http://trirand.com/blog/jqgrid/jqgrid.html
go to "New in version 3.4" > "Tree Grid Adjacency mode". If you click on "Bank's", it will return "Sub Cash 1" as child, if you click on "Cash", nothing happens at all.
Hello, The demo here is not updated to the new 4.7 one. I always recommend a code, since I can see every detail which in all cases is important
@tonytomov I've made a demo available here:
http://demo.openpsa2.org/documents/
When you click on the folder expanders, most of the XML requests will return 404s, because of the invalid nodeid
values passed. Some will return items, but always the wrong ones
I report same behavior after upgrading to 4.7.1
@kkrasnik: Since Tony's project is no longer usable for commercial work (due to the licence change), we have fixed this now in
@flack : Please, I do not comment that you use open source and this is not serious. I think this should stop. If you want to have popularity there are other way to do this.
@tonytomov I have no intention of starting a fight with you. I just received @kkrasnik's comment as an email and replied to it. I'm not actively watching your repo anymore, so don't worry, I won't spam your issue tracker or anything.
But for the record: I still think that you did not have the right to change the licence without getting consent from all copyright holders. That is why I might sound less than friendly at times. But don't worry, it is nothing personal, I actually have a life outside of jqGrid :-)
@tonytomov It's a false trial to tell that @flack is dragging your users, you should notice that he opened this issue first and you didn't care about it since 2014-12-10... So i think he does the only possible helping to @kkrasnik who is blocked by this bug.
Thank you for help. Thank you for your hard work.
@flack
But don't worry, it is nothing personal, I actually have a life outside of jqGrid :-)
Sure
In 4.6, when I had an index column like this:
Then the treegrid would render the
tr
tag with the id taken from my data, e.g.in 4.7.0, it simply uses a counter to generate its own ids:
The problem with that is that the
tr
id is passed asnodeid
in thePOST
request to the backend when you try to expand the node. And since it's the wrong ID, nothing will be found.The other grids I'm using (non-treegrid ones) still have the correct
tr
id, so this seems to be a treegrid-specific regression