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

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesDnnDatePicker Doesn't Show ValueDnnDatePicker Doesn't Show Value
Previous
 
Next
New Post
8/15/2012 11:52 AM
 

I had my custom module working perfectly fine in Version 06.01.00... upgraded to 06.02.00 and now I am coming across several issues. This particular issue revolved around the DnnDatePicker. I have the following designer code inside a table cell:

<DNNWEB:DnnDatePicker ID="dtStartedOn" runat="server" Width="140px" DateInput-EmptyMessage="MinDate" MinDate="01/01/1000" MaxDate="01/01/3000">
   <Calendar>
      <SpecialDays>
         <DNNWEB:DnnCalendarDay Repeatable="Today" ItemStyle-CssClass="rcToday" />
      </SpecialDays>
   </Calendar>
</DNNWEB:DnnDatePicker>

Problem is, that even though the object has a SelectedValue, the box is blank. The selected value only becomes visible if the textbot has the current focus (ie: click inside the box). Only then does the current date value appear. Click outside the control, the data becomes invisible again.

Anyone?????


Ben Santiago, MCP Certified & A+ Certified
Programmer Analyst
(SQL, FoxPro, VB, VB.Net, Java, HTML, ASP, JSP, VBS, Cognos ReportNet)
 
New Post
8/15/2012 2:41 PM
 
Ok, after doing some digging I found that the DnnDatePicker no longer works with CssClass="dnnFormItem". It used to work in the past perfectly fine, I had wrapped my controls in either DIV's or Tables that implements CssClass="dnnFormItem". However, now the same tag causes the dnnDatePickers to not show their values.

I am not very familier with CSS so I have no clue how to "fix" the bug that broke this in 06.02.00...so I was forced to move the CssClass="dnnFormItem" tag to each individual control or each individual cell if I was using a table (which I do often for formatting purposes).

If anyone knows how to fix this new issue in CSS...please let me know.

-Ben

Ben Santiago, MCP Certified & A+ Certified
Programmer Analyst
(SQL, FoxPro, VB, VB.Net, Java, HTML, ASP, JSP, VBS, Cognos ReportNet)
 
New Post
8/15/2012 6:43 PM
 

It´s a bug with the horrible Teleriks:

http://support.dotnetnuke.com/issue/V...

 
New Post
8/15/2012 7:55 PM
 
Ah well looky that, my exact problem. Thanks for finding that, however I can confirm the problem exists in IE9 as well. I hope this gets resilved soon, the fix required a lot of change to the ASPX code file, and also causes some strange formatting issues in some situations....controls don't seem to line up all properly when you start setting the CSSClass individually.

Thanks again Lars.

Ben Santiago, MCP Certified & A+ Certified
Programmer Analyst
(SQL, FoxPro, VB, VB.Net, Java, HTML, ASP, JSP, VBS, Cognos ReportNet)
 
New Post
8/26/2012 5:23 AM
 
I've run into that issue too. As a workaround add this line to your styles.css: 
.dnnFormItem .RadPicker input { float: none; }
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesDnnDatePicker Doesn't Show ValueDnnDatePicker Doesn't Show Value


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