Register  |  Login   
HomeUniversal ListSupport ForumsPortfolioContact Us
Forum  
SearchForum Home
  Universal List  Universal List Version 4.x  Help with Defau...
 Help with Default View - Grid
 
 7/16/2008 10:57:24 AM
jlvandusen
3 posts


Help with Default View - Grid

Help!

I am new to the module and require some explanation or insight as to why when I configure the master default etc views to show a 8 column table it seems to only show 2 columns and doesnt go across the page for each item.

Example of the Full View Template

<table width='100%'>
<tr valign='top' align='left'>
<td>RWEwh</td><td>Description</td><td>min</td><td>max</td><td>Available</td><td>List</td>
</tr>
<tr>
<td>#RWEWH#</td>
<td>#DESCRIPTION#</td>
<td>#MIN#</td>
<td>#MAX#</td>
<td>#AVAILABLE#</td>
<td>#LIST#</td>
</tr>
</table>

Should produce the following:

RWEWH DESCRIPTION MIN MAX AVAILABLE LIST
AD70050C STONE 48669 REMOTE-SGZ-HARNESS 0 0 11 8.10

 

But this is what I see

Column 1 Column 2
RWEwh Description min max Available List
AD70050C STONE 48669 REMOTE-SGZ-HARNESS 0.00 0.00 11.00

Please help.
 7/16/2008 11:11:50 AM
host
238 posts
4th


Re: Help with Default View - Grid

You should to change Main template also. Please do the following:

1) Change Main Template to

<a href='#top' onclick="#ADD#" class='CommandButton'>Add New Record</a><br/>
<div align='center'>Sort By: #SORT#<br/>
Filter By: #FILTER#<br/>
#SEARCH#</div>
<a href='#top' onclick="#EXPORT#" class='CommandButton'>Export</a>&nbsp;<a href='#top' onclick="#IMPORT#" class='CommandButton'>Import</a><br/>
<table width='100%'><tr><td align='left'>Page: #PAGING#</td><td align='right'>Items per page: #ITEMSPERPAGE:100:20:50:10#</td></tr></table>
<table width='100%'>
<tr>
<td class='SubHead' align='Center'>RWEWH</td>
<td class='SubHead' align='Center'>DESCRIPTION</td>
<td class='SubHead' align='Center'>MIN</td>
<td class='SubHead' align='Center'>MAX</td>
<td class='SubHead' align='Center'>AVAILABLE</td>
<td class='SubHead' align='Center'>LIST</td>
</tr>
#GRID:1#
</table>

2) Change Short View Template to:

<tr>
<td class='SubHead' align='Center'>#RWEWH#</td>
<td class='SubHead' align='Center'>#DESCRIPTION#</td>
<td class='SubHead' align='Center'>#MIN#</td>
<td class='SubHead' align='Center'>#MAX#</td>
<td class='SubHead' align='Center'>#AVAILABLE#</td>
<td class='SubHead' align='Center'>#LIST#</td>
</tr>

It should work

 7/16/2008 1:14:32 PM
jlvandusen
3 posts


Re: Help with Default View - Grid

ok I got that... how do I go about making a the default view (when the module is loaded) only show the grid without all the links between each item?  Simular to a simple spreadsheet view?

 

Thanks

 

James

 7/16/2008 1:19:19 PM
host
238 posts
4th


Re: Help with Default View - Grid

James

Previous template should show as simple grid. Is something wrong with it? What links do you mean?

 

  Universal List  Universal List Version 4.x  Help with Defau...
Free DotNetNuke dnndir.com DotNetNuke.fr About Us DotNetFreaks Asp.net Directory - Applications, Controls, ASP.NET hosting, Tutorials www.alldnnskins.com DotNetNuke Powered! Snowcovered
 
CookDNN