I have a grid, some textboxes underneath for input and a search button.
When the search button is pressed a stored procedure is activated to use parameters from the input boxes to search the grid for the matching value.
However it only seems to work when all the fields are not null oterwise the grid collapses.
It works fine when testing the query from 'Configure data source' so the issue is with how I've coded the radgrid.
Can I somehow tell it to accept some null parameters?
When the search button is pressed a stored procedure is activated to use parameters from the input boxes to search the grid for the matching value.
However it only seems to work when all the fields are not null oterwise the grid collapses.
It works fine when testing the query from 'Configure data source' so the issue is with how I've coded the radgrid.
Can I somehow tell it to accept some null parameters?