Register  |  Login   
HomeUniversal ListSupport ForumsPortfolioContact Us
  Forum  
SearchForum Home
  Universal List  Universal List Version 4.x  Licensing &...
 Licensing & Grid Template Questions
 
 4/6/2007 2:05:58 PM
chiptay
8 posts


Licensing & Grid Template Questions
 Modified By ULSales  on 4/7/2007 10:43:09 PM)
I like Universal List. A lot. I would like to see some grid template samples.

If I purchase the program, do I get a license for my development server as well as our production server?

Thanks. - ChipTay
 4/6/2007 2:16:54 PM
host
257 posts
4th


Licensing & Grid Template Questions
 Modified By ULSales  on 4/7/2007 10:43:25 PM)

chiptay

Thank you for interest for Universal List!

Examples of grid templates you can see when press "Generate Default Template" or when changing table in DropDownList. If you want your own specific design - please send us HTML example, what you want and we will create template for you for FREE.

At your development server you can use Trial version - it is without any limits, only message at top "Trial Version".

Please write us if you have any questions.

Thanks

 4/6/2007 4:48:25 PM
ULSales
32 posts


Displaying your data in a Spreadsheet/ Grid design
 Modified By ULSales  on 4/8/2007 2:08:55 AM)

To make your data look like a spreadsheet/ grid, you need to make changes to 2 templates - Main and Short. You need to create a table with one row (for your column headings) and then the GRID token in the next row (which is actually the stuff stored in the Short template).

In Main, look for the GRID token. Select and delete the start and end table tags immediately around it (watch out for the table tags above and below it for pagination controls). Replace it with this:

<TABLE border=1 cellpadding=3 cellspacing=0>
<TR>
<td class='normal' valign='top'>ID</td>
<td class='normal' valign='top'>FIELD1</td>
<td class='normal' valign='top'>FIELD2</td>
<td class='normal' valign='top'>Action</td>
</TR>
<tr>#GRID:1#</tr>
</TABLE>

NOTE: FIELD1 is your field name. Repeat a TD line as many times as you have data columns. Edit the table properties, td class, etc to customize your look.

 

Next, in the Short Template, replace all of what is there with this:

<td class='normal' valign='top'>#ID#</td>
<td class='normal' valign='top'>#FIELD1#</td>
<td class='normal' valign='top'>#FIELD2#</td>
<td class='normal' valign='top'><A href="#top" ONCLICK="#LINKTO#"><B>View</B></A> <A href="#top" ONCLICK="#EDIT#">Edit</A> <A href="#top" ONCLICK="#DELETE#">Delete</A></td>

NOTE: No TR tags.  For each of your fields make sure they are in CAPS and surrounded by #'s. Feel free to remove or rename any of the action links (view, edit, delete)

 

That should do it.


Universal List Customer Service & Sales
 4/6/2007 9:25:59 PM
chiptay
8 posts


Re: Displaying your data in a Spreadsheet/ Grid design
Thanks for the example above. It worked great!

ChipTay
 2/7/2008 9:26:20 AM
jhoelz
19 posts


Re: Displaying your data in a Spreadsheet/ Grid design

Thank you for this, just what I needed. Now one more question. In the Main View is there a way to hide a column and make it available to only administrators? For example, I would like to have the "Action" column above only be visible to the admins.

Thank you!

  Universal List  Universal List Version 4.x  Licensing &...
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