This question is locked. New answers and comments are not allowed.
I used the nuGet package to get everything loaded into my solution and I've gotten the grid to load with data on the initial page load (and there was much rejoicing). The page is being used to edit lists of data (different tables in the db) that are used in dropdowns througout the application. Where I'm stuck is trying to wire up the grid's select method so that I can change the underlying list of data in the grid when the value of a (Twitter Bootstrap) dropdown button changes. I have the click event wired up, I have the value I want to pass to the Select method, I just don't know what I need to do at that point to get the new data into the grid.
TIA for any help/pointers!
Mike D
TIA for any help/pointers!
Mike D