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 ListSorting and searchingSorting and searching
Previous
 
Next
New Post
10/9/2006 9:45 AM
 

in 3.3.3 version i have the following problem

if i click on a field to sort it. ascending or descending doesn't matter and then i click any of the pager controls. (next number or first or last. the sort is cleared. it seems to be throwing away the current sort order. if i click on the sort button again ( on page 2 of 20). it reapplies the sort correctly.  is this fixed in the next release? the pager control seems to strip away any other variables from the control but the base path. i am finishing up adding a simple search / filter to the main form.  question is should i wait for 3.3.5 or fix this myself.

 

richard.

 
New Post
10/10/2006 9:28 AM
 

Richard,

this has already been logged into gemini here, but as far as our team has analysed the source of this issue, it needs an update of the paging control, that is maintained by DotNetNuke core team.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/18/2006 10:15 AM
 

i found out why the pager isn't working.

the UDT module doesn't update ctlPagingControl.QueryParams at any point.

in binddatatogrid i added

if not strSortField is null.nullstring and not strSortOrder is null.nullstring then

      ctlPagingControl.Queryparams = string.Concat( "&SortField=",strsortfield,"&SortOrder=",strSortOrder)

end if

this made the  sort work and updated the navigation on the datagrid. I did find that sometimes these 2 fields have a + in them. haven't figured out where it is coming from.

 

Richard

 

richard

 

 
New Post
10/20/2006 1:56 PM
 

it has taken 5 days to fix this. the paging control expects a parameter string  without a leading &. the string sent in should look like this 'CurrentSortField=Column1&CurrentSortOrder=ASC'.... etc. you can add any parameters as long as the first one doesn't have an &.  the paging control sends it to navigateurl with its parameters in a 2 element arraylist and there. for each parameter an & is injected.  just thought you guys would like to know. it works great now. 

richard

 

 

 

 
New Post
10/20/2006 4:21 PM
 

Thank you very much for your efforts, it will make its way into UDT3.3.7

http://support.dotnetnuke.com/Default.aspx?p=15&i=2406

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListSorting and searchingSorting and searching


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