jQWidgets Forums
Forum Replies Created
-
Author
-
Hi.
Thank you for your quick response.However, I only tested “updaterow” with another simple source.
There is no the custom rendering implementation with radio buttons in the source I tested.
But grid still twitch(shakes up and down). I tested it in jqxwidgets ver12.0.1.Even if tested with this sample (http://jsfiddle.net/jqwidgets/KCqqG/), the grid still twitch.
What else can I do?Best regards,
Hi,
https://github.com/jqwidgets/jQWidgets/issues/389
I checked that the issue was colse and downloaded and tested jqxwidgets ver12.0.1.
But the grid’s view still twitch even when I clean and test the Chrome browser cache.
How shall I do it?Best regards,
February 1, 2021 at 12:57 am in reply to: Grid shakes up and down when mouse click on the radio button in the scroll grid Grid shakes up and down when mouse click on the radio button in the scroll grid #114373Thank you.
I hope it can be modified quickly.
Best regards,
January 26, 2021 at 2:38 am in reply to: Grid shakes up and down when mouse click on the radio button in the scroll grid Grid shakes up and down when mouse click on the radio button in the scroll grid #114308Thank you so much for your kind reply.
But the answer is a little different from what I intended in the question.
So I made a sample example again.Please, take a look at this example : https://jsfiddle.net/mintade/410d7vqa/2/
If you look at the sample, I need to update the entire column with one event.
In this case….$(“#jqxgrid”).jqxGrid(‘setcellvalue’, rowIndex,’firstname’, “fn change”);
$(“#jqxgrid”).jqxGrid(‘setcellvalue’, rowIndex,’lastname’, “ln change”);
$(“#jqxgrid”).jqxGrid(‘setcellvalue’, rowIndex,’productname’, “zzzzzz change”);
$(“#jqxgrid”).jqxGrid(‘setcellvalue’, rowIndex,’date’, “d change”);
$(“#jqxgrid”).jqxGrid(‘setcellvalue’, rowIndex,’quantity’, “q change”);
$(“#jqxgrid”).jqxGrid(‘setcellvalue’, rowIndex,’price’, “p change”);Do I have to update each of them using ‘setcellvalue’?
Best regards,
January 25, 2021 at 1:35 am in reply to: Grid shakes up and down when mouse click on the radio button in the scroll grid Grid shakes up and down when mouse click on the radio button in the scroll grid #114285Thank you for your answer.
I have additional questions.1) Do I use ‘setcellvalue’ if I need to update several columns?
2) Do you have any plan to modify the shaking when using ‘updaterow’? If there is, can you tell when it is?
There’s a lot of places that use ‘updaterow’.
If I have to write ‘setcellvalue’, I have to modify many places…..Best Regards,
-
AuthorPosts