Skip to main content
Solved

Can I add a Search on a Grid?


Joe Schmucker
Captain II
Forum|alt.badge.img+2

I am trying to add a Search box for a grid on my custom form.  I found a similar question, but it was for a grid in a dialog.  

 

 

This is where I want a search box.  If it is even possilble.

Here are the settings on my grid:

 

 

I set my grid DAC as PXFilterable, but that is adding the filter option on the right side of the grid.  I don’t want that though.  I just want to be able to type a name in a search box and have it find all records in the grid with that value.

 

 

Best answer by davidnavasardyan

 

HI ​@Joe Schmucker 

To enable quick filtering on the grid, you need to specify which field you want to use for filtering.

View original
Did this topic help you find an answer to your question?

3 replies

Joe Schmucker
Captain II
Forum|alt.badge.img+2
  • Author
  • Captain II
  • 458 replies
  • April 11, 2025

I found another post where this is addressed.

 

I have added PXFilterable to my View.  Still no search box shows up.

 

[PXFilterable]
public SelectFrom<ICSProjectPRReport>
        .Where<ICSProjectPRReport.runNbr.IsEqual<Filter.runNbr.FromCurrent>>
    .View DetailsView;

 


Joe Schmucker
Captain II
Forum|alt.badge.img+2
  • Author
  • Captain II
  • 458 replies
  • April 11, 2025

My bad.  The filter field shows up in the footer of the grid.  

 

 


davidnavasardyan
Jr Varsity I
Forum|alt.badge.img+3

 

HI ​@Joe Schmucker 

To enable quick filtering on the grid, you need to specify which field you want to use for filtering.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings