jQWidgets Forums
Forum Replies Created
-
Author
-
April 4, 2014 at 12:36 am in reply to: Question about deleterow method Question about deleterow method #52544
Hi Peter,
As per your workaround I just disabled the sorting method in the grid. Hope we could still use sorting after deleting the grid row maybe an update soon.
Appreciate your assistance and thank you very much.
Roberto
April 1, 2014 at 7:07 am in reply to: Question about deleterow method Question about deleterow method #52290Hi Peter,
To illustrate my problem here is an example in jsfiddle http://jsfiddle.net/2E9J9/3/
There are two tables in the example (i.e. The DRAG and DROP table). The DRAG table accepts multiplerows selection. I would then select any rows from it and drop them to DROP table below. Select a row and then delete and the row should be removed from the grid. After further testing I observed that the issue occurs after doing next deletion. After the second delete operation try to sort from any column and notice the deleted row appears back in the grid.
If you need further details please let me know and I will add it in fiddle. This is my first time using jsfiddle please let me know if you have problem viewing it.
Thanks,
RobertoApril 1, 2014 at 12:34 am in reply to: Question about deleterow method Question about deleterow method #52271Hi Peter,
Thanks for the tips. I already removed the two methods and update to 3.2.2
Here’s what I observed and here is my example grid.
Code Brand Size Quantity Action 008 Nekoosa letter Delete 003 Husky letter Delete 009 Hammermill letter Delete
I tried to delete “009” and successfully delete it from the grid and as expected only 003 and 008 should be left. However, when I tried to sort the Brand column I see 009 appearing back in the grid. Is there a need to redraw the table as it seems that the item is still in the grid “memory”?
Thanks
Roberto -
AuthorPosts