Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and Listmulti-filter, default grid detail viewmulti-filter, default grid detail view
Previous
 
Next
New Post
8/29/2007 1:01 PM
 
2 questions:

1) how to add multiple filters. for example, show all records whose 'City'='Davis' and whose 'Zip'='95616'. if it can't be done in the user interface, hopefully you could give me some insight as to where to look in the xsl or the UDT source.

2) any way for the default grid view to offer a detail view on each record, as is the case when you switch to "AdvancedTable.xsl"?
 
New Post
8/29/2007 1:04 PM
 

ad 1) use " and ", i.e.                    City='Davis' and Zip='95616'

ad 2) this is currently not on our list.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
8/29/2007 1:15 PM
 

1)a

in Grid View: enter a filter in Mange UDT 
City='Davis' and Zip='95616' 
If Zip is an Integer DataType, you would write:
City='Davis' and Zip=95616

1)b
in XSL

change
  <xsl:variable name="currentData" select="udt:Data[contains(*[name()=$searchColumns][1],$search)....
to 
 <xsl:variable name="currentData" select="udt:Data[udt:City='Davis' and udt:Zip='95616' and contains(*[name()=$searchColumns][1],$search)....

(In other scripts look for xsl:for-each or similar...)

2) This is not build in. 
(It is possible though not trivial and need some work. You can reference the same UDT module on another page and setup a customized XSL script as detail view. You can write an Calacluated Colum in your UDT that links from the page with the default grid view to the one with the detail view.)

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and Listmulti-filter, default grid detail viewmulti-filter, default grid detail view


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out