Update x filtraggio ins tato collaudi SBAGLIATO (non deve filtrare...)
This commit is contained in:
@@ -158,6 +158,27 @@ namespace CMS_SC.WebUserControls
|
||||
savePar("ddlSelScheda", "");
|
||||
raiseEvent(ucEvType.Reset);
|
||||
}
|
||||
/// <summary>
|
||||
/// Abilita o disabilita filtro su ODS..
|
||||
/// </summary>
|
||||
public bool enableFilter
|
||||
{
|
||||
get
|
||||
{
|
||||
return ods.FilterExpression != "";
|
||||
}
|
||||
set
|
||||
{
|
||||
if (value)
|
||||
{
|
||||
ods.FilterExpression = " Descrizione LIKE '%{0}%' OR DescrStato LIKE '%{0}%' OR CodScheda LIKE '%{0}%' ";
|
||||
}
|
||||
else
|
||||
{
|
||||
ods.FilterExpression = "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user