Good morning,
there is a way to specify a fixed criteria por field added to the searched value? For example, we have a IdentityDocuments DataSource where we declare a value (textField) and a type (enumField) where it can be id, passport, cif (for companys). In the Listgrid we declare a column for every type and show it using cellFormatter. When searching I want to pass the type of the IdentityDocument programatically beside the searched value or ordering field. Is that possible?
Best regards
there is a way to specify a fixed criteria por field added to the searched value? For example, we have a IdentityDocuments DataSource where we declare a value (textField) and a type (enumField) where it can be id, passport, cif (for companys). In the Listgrid we declare a column for every type and show it using cellFormatter. When searching I want to pass the type of the IdentityDocument programatically beside the searched value or ordering field. Is that possible?
Best regards
Comment