Ajax DataGrid Support Product Page

Queries

Asked 28 Jun 2010 18:11:41
1
has this question
28 Jun 2010 18:11:41 Frank Lennon posted:
I know this subject has been talked about in the forum.

It's a bit of disappointment that you can only have one filter in the datagrid.

Is there anyway to customize the dmx_grid.php to do this.

Is there a way to expand the filter?

I tried this with no luck:

$default_filter = "WHERE fld_usr_cat = '" . GetDynSQLValueString("usr_cat", $_REQUEST, "text", "", "" ) . "' AND fld_usr_location = '" . GetDynSQLValueString("usr_loc", $_REQUEST, "text", "", "" ) . "'";

I don't care if can't edit in gui after I change.

Thanks
Frank

Replies

Replied 30 Jun 2010 13:10:56
30 Jun 2010 13:10:56 Miroslav Zografski replied:
Hello Frank,

You are able to set an URL parameters for filtering the datagrid.
That filter will be added to the one you are assigning in the UI.
It looks as following:
www.yoursite.com/datagridPage.asp(or php)?custom_filter_left=columnName&custom_filter_condition='=,<,>,>=,<=,begins,ends,contains'(a condition)&custom_filter_right='value to be filtered by'

Regards,
Replied 24 Jan 2011 19:14:32
24 Jan 2011 19:14:32 David A replied:
How do I do Multiful filtering?
I need some detail in asp.
Single filterings are not much used in my applications.

Best,
David

Reply to this topic