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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0What would cause this in 4.3.3?What would cause this in 4.3.3?
Previous
 
Next
New Post
7/24/2006 10:49 AM
 

I have been using a third party datagrid "AxpDataGrid" in my DNN 4.3.2 for a while now.  Everything was working fine until I upgraded to DNN 4.3.3 (only in the development machine).  I'm no longer able to switch from the grid view to the edit view.  Also, it looks like most of, if not all, my mouse-click events are not working.  I know that I need to check with the third party, but I was wondering if there is anything that could have changed in DNN 4.3.3 that caused such behavior.  Any one has any idea of what might have caused this? Thanks

A.H  

 
New Post
7/24/2006 1:09 PM
 
Check your page settings Cache. Set it to 0 and see if that helps.
 
New Post
7/25/2006 6:35 AM
 

Thanks Elron1024, I checked the module settings and found the cache is already set to 0.  But check what I also found out.  I compared the source code ( using view source in IE) for the same page - the one that includes the datagrid module - one using DNN 4.3.2, the working one,  and another using DNN 4.3.3, the one that does not work,  and found that both sources are identical except for one thing:

----------------------In DNN 4.3.2, and starting on line # 10:

<div>

<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
</div>

-----------------In DNN 4.3.3

<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />

----------------------

As you can see the only missing thing in DNN 4.3.3 is the <div></div>.  but everything else in both sources matches line by line ( thanks to notepad++).  Could this <div></div>  cause the problem?  I tried to add the <div> manually but I'm not sure what file I need to add it to.

 

 
New Post
7/25/2006 5:49 PM
 

Ok, I finally fixed the problem.  While testing DNN 4.3.2, I was also playing with DNN & Atlas (AJAX), I made a change to my web.config as follows:

 <xhtmlConformance mode="Legacy" />    To    <xhtmlConformance mode="Transitional" />

Unknownly, I installed the third party DataGrid and it worked fine with mode="Transitional".  But when I used a fresh DNN 4.3.3, mode="Legacy",  the datagrid did not work.  Therefore, all I did is changed the Web.config of DNN 4.3.3 to mode="Trasitional" and the datagrid is working now.  Why? , you might ask, I do not know. 

Thanks.

 

 

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0What would cause this in 4.3.3?What would cause this in 4.3.3?


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