I have a DB connected GRID and I want to load the grid with no data until a search creiteria is entered in the toolbar by the magnifying glass icon in toolbar. Using the code below does not work at all. That code also doesn’t seem like it is for DB backed Grid?
1 Answers
Hello,
Ideally this code should work. Basically, the trick is to set the grid to load locally at first and when it get refreshed locally, it switch next loading from server.
Make sure $opt and list1 are replaced with correct variables of your code.
You can also send your code for review.
Your Answer