Register  Login  
  July 29, 2010  
Search_Blog Minimize
Print  

Blog_Archive Minimize
Print  

Blog    
View_Blog Minimize
Author: host Created: Friday, January 25, 2008 10:36 PM
Information specific to the SQLGridSelectedView Module.

No sure why, but this release of SQLGridSelectedView has taken a while to release. 

This version is primarily a stabilization release.  While the core has been working well, some of the lesser used portions of the module have had issues.  Especially the templating.  I have spent time working on this and correcting and updating several little issue under the surface.

One of the big issues as the size of the Setting form.   I could easily be over 500k in size and that is too much.  I have revised the setting form to reduce the size by not populating the various filters unless there are used.  So, for example, if you do not use the Condition filter, then no setting information will be sent.  If you want to add the Conditions, then a new "Add" button exists for all the filters when not present.  The button is not shown if the filter is used.

I hope to address this issue when developing a version for the new DNN V5.  aka Cambrian.  Now that  RC2 is available I will start playing with what I can...

Read More »

I was advised by a user of SQLGridSelectedView (thanks Roy Dean) that column sorting did not function when using column formatting - the latest feature to be added to SQLGridSelectedView.

Sure enough - the initial page would display, but clicking on a column to sort would result in an empty display.  Simply put, the OnSortCommand was not firing. In the case of column formatting, SQLGridSelectedView turns off the AutoGenerateColumns property and must create the column structure manually. A quick check of the forums confirmed my oversite of not providing the SortExpression on the columns.   Simple. 20 miuntes -  Added one line of code and done -- Not so fast - still didn't work ???

So, back to the forums and a lot of reading and testing... still no luck.  Then a post indicated that the Column definition must be defined prior to the Page_Load event - so I must define the column definitions in the Page_Init event.  What?  Why?

I was getting the initial display by defining the columns in the Page_Load...

Read More »

I have added another example to the SQLGridSelectedView Examples page.  This example is one of the most asked question I get... how to create a hyperlink in the Grid.  

This is a simple example pulled from the Link Table of the DNN database.  I just use the URL and Title columns from 'http' links to build the hyperlink in the SQL Select Statement.  Rather simple... but it is not obvious.  Give it a try...

At the beginning of the year I released the initial version of SQLGridSelectedView with several changes that I thought would be useful.  Also I need to "re-brand" the module from my old site to Tresslworks. 

The initial release, V3.3a, had a rather major issue in the release kit. I appearently released the aspx file referring to my previous "companyname" namespace, but shipped the Tressleworks version of the DLL.  Needless to say, it would not load upon upload to any system -- except mine.

I corrected that version and released V3.3b.  Now that people could see it, a minor issue appeared related to the export function. Entered date ranges were ignored,  only the displayed default date ranges would be exported to data file. 

Version V3.3c has corrected this issue and I added the ability to set the DropDown Label text for "ALL" and "Not Applicable".  I have been asked for this several times and I forgot to put this feature on my change list.

I also moved the location of the header message...

Read More »

Print  

Blog_List Maximize
Print  

  Home | Blog | Forum | Subscriptions | Free Modules   Page generated in 0.2103024 seconds.
  Copyright 2010 by TressleWorks   Terms Of Use | Privacy Statement