M
mflanegan
Guest
Hi Edsel, This is the HTML for my search control: Search On enter of the search control it calls the function below, which then populates the grid. function readCatalogue(model) { var modelFilter = model; createGrid(modelFilter); } I have added the code you supplied and again I can see the dataset returned to the client but the grid is still not refreshing and displaying the new data.
Continue reading...
Continue reading...