Flexigrid - Lightweight but rich data grid |
[eluser]unexpectedly[/eluser]
Hi Marcd, Hmmm, I'm having the same issue. To get the checkboxes working, I added an onclick() to them and the handler will add the checkbox's ID to a global array. btw, to get to the same checkboxes from your functions, you need to use $('input#the-id'), as $('#the-id') wouldn't work for me. And in case anyone reading along is as new to javascript as I, use .parent() (maybe more than once) to apply a class styling to a row. I don't know how to get a call back for after the reload. I believe that the row is written near line 480, so if anything, maybe I'll hack another parameter for my external function to manipulate the row. ?? I would definitely appreciate some direction if anyone has ideas. Thanks! Chris [quote author="marcd" date="1217868129"]Hi there! I dont know if anybody already "solved" this problem I have... Does anybody know how to add checkboxes to this grid with storing the selected values while paging? I mean when you select some checkboxes on page 1 and then go further to page 2, select boxes there AND THEN switch back to page 1: all before selected boxes should be selected again... something like here... but I unfortunately cannot transfer this to flexigrid... ![]() http://www.sigmawidgets.com/products/sig...aging.html anybody an idea? would be a very great feature to flexigrid with combining to form usage. bye, marcd[/quote] |
Welcome Guest, Not a member yet? Register Sign In |