16
Help for ParamQuery Pro / Re: Any way to load data after user clicks a search button on the tool bar
« on: March 23, 2020, 12:50:45 pm »QuoteHowever what I want is that the grid doesn't have itself populated with data until user clicks the button.
Set initial dataModel.location to "local" and don't assign any data to grid. When button is clicked, set dataModel.location to "remote" and call refreshDataAndView()
Hello, this approach does work. However it has another issue that the widths of the columns don't refresh but remain the same. Any idea? Thanks.