Hey all,
any news for this bug? I do not want to stress you but I am interested in your solutions 🙂
Greettings
Henning
Oh that would be soooo great if I (and all the other) have the changse to check if it is the same or as you say a force update comes up.
Thanks Tony
Greetings from germany
Henning
Hi again,
so I try a little bit to fix the problems with 2 Editing-Mods. If my Form is created I do the following in afterShowForm to get the right value from the Inline-Form:
Hi guys,
I have nearly the same problem. I have a JQGrid where you can change a field in Cell Editing Mode. All is working fine. If a user now change the value in inline mode and take a click on the change button on the table (for Formediting-Mode), getRowData gave me (yes I know it stands in the documentation) the html input field. But what alternative I have?
Additionaly if a user change in celleditingmode the value and click an another row or cell that is not editable I want to display the new value in a html div block out of the jqgrid. So I have two functions formatCell and onSelectCell. Both do the same take the getRowData and display it in the div block. Same Problem I know the documentation but what is the alternative? If I use a hidden value the value would not be updated.
Any ideas Tony? Is there a changse to do something like Column-Editing to make a column editable? So I can ignore the div-block and the form-editing.
Greetings from Germany
Henning
Ahoy Tony,
thanks for your explanation. That gave me more comprehension into the internal structure. I think there is no other solution because you need a fix point to calculate the styles. But this is only a guess – I don't take a look into your JavaScript framework.
In my case I didn't have performance problems because I only accept a max value of 90 rows.
So have my workaround:
$('#grid_waregroups tbody tr:first-child').click();
I know and I see other examples where setSelection is used and it worked perfektly … but in my code it does it not ;( If you need some code just say it I will give it to you.
Greetings from Germany
Hi,
I have the same problem in funktions like gridComplete and loadComplete. I do the following:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top