Hi, is there a way NOT to have disabled the OK Button in SfDataGrid Filter form when the user types a string that does not match any value in the column?
I'd like, in fact, the OK button is always enabled, also in these cases, so that I can add other records to the current Datasource querying the database in "FilterChanged" event method.
But, if the button is automatically disabled in these case, I can't implement this query.
Thank you in advance,
Silvio