:: Forum >>

Filtering the datagrid or the xml table

In our project we fill the grids using Webservices, first we fill a UI.XML.Table with this webservices, and then we fill the grid with it.

Now, when we filter the grid (to get the rows that satisfy a given requirement) we repeat all the process, fill another table, and fill the grid another time.

This method is effective but NO efficient, because we call server many times.

Can I filter the grid or filter the table in other way? Is it possible to filter them with 'like' condition?

Thanks in advance for you help.
TECNORA PMC JRE
Thursday, October 2, 2008
You may try filtering the table on the client side with XPath expressions (using setRows method) -

http://www.activewidgets.com/aw.xml.table/rows.html
Alex (ActiveWidgets)
Tuesday, October 7, 2008

This topic is archived.


Back to support forum

Forum search