Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
186 views
Hi!
I want to know how could I show the dates at the calendar in Spanish.
What I'm doing is using:  DayHeaderDateFormat="dddd, dd' de 'MMMM' de 'yyyy" , when "de" is the translation of "of", in spanish.
The problem is that de month is always in English and I need it at spanish.
any ideas?

Thanks!
fer
Top achievements
Rank 1
 answered on 25 Feb 2009
1 answer
210 views

Hello,
I want to display menu on an image centered horizontally to my page.
But as soon as I include it in a div positionned absolutely, menu stops working, it became impossible to click on subitems.

Note thta this occurs in IE7 and not in FF.

This should be trivial ??
Here are my css:
.upperdiv

{

 

display: block;

 

 

position: absolute;

 

 

left: 0;

 

 

top: 0;

 

 

width: auto;

 

 

height: 100px;

 

 

background-color: #333;

 

 

color: #C0C0C0;

 

}

 

 

 

.lowerdiv

{

 

position: absolute;

 

 

left:0;

 

 

top:100px;

 

 

width:auto;

 

 

right:0;

 

 

height:auto;

 

 

bottom:0;

 

 

background-color:#999;

 

}

.imgdiv

{

 

position: relative;

 

 

margin-left: auto;

 

 

margin-right: auto;

 

 

width: 600px;

 

 

margin-top: -20px;

 

 

height: 60px;

 

 

background: url(/Images/page-header.png) no-repeat;

 

}

.centermenu

{

 

width: 500px;

 

 

margin-left: auto;

 

 

margin-right: auto;

 

 

height: auto;

 

 

margin-top: 15px;

 

}

then my page

 

<

 

div class='upperdiv'></div>

 

<

 

div class='lowerdiv' >

 

 

 

<div class='imgdiv' >

 

 

 

<div class='centermenu'>

 

 

 

    <telerik:RadMenu id="NavMen" runat="server" Flow='Horizontal' EnableViewState='true' />

 

 

</div>

 

 

 

</div>
</div>


Thanks for a way to do it under IE7 ...and FF


CS

 

Paul
Telerik team
 answered on 25 Feb 2009
1 answer
111 views
Im stuck on adding the exceptions even though the RecurrenceRule i made has the EXDate. So how exactly do i make exception rules? Thanks
Peter
Telerik team
 answered on 25 Feb 2009
3 answers
110 views
Just looking for some ideas here.

I do all my development on a local stand-alone server.  I just downloaded and installed the 2008.3.1314.35 version of the assembly and have it working locally without any problems.  In fact, it's actually alleviated a performance issue I had:  with multiple grids and other controls on the page, I could click the insert button on the grid to open the edit form template, but the browser seemed to lag for about 5 seconds after the form showed up; I couldn't do anything.  Upgrading to the 2008.3.1314.35 version fixed that for me locally.

I then built a solution package and deployed the exact same source code (that references the 2008.3.1314.35 version of the assembly) to my development machine (where end users can do some testing) and everything works fine except that now the performance issue IS NOT fixed there.  On this dev server, I made sure the old version of my application was fully uninstalled and cleaned up all files left over by it...including the GAC and the WSS virtual directory's bin folder.  I then deployed my solution, using the same settings in web.config and global.asax as I am locally, using the same 2008.3.1314.35 version of the assembly, but I'm now  having trouble with performance on the development server.  The versions of IE are the same.

Anyone have an idea?

Thank you,

Eric Skaggs
Georgi Krustev
Telerik team
 answered on 25 Feb 2009
1 answer
63 views
I'm sure someone out there has ran into this before, so I thought I would ask here. We have a RadTreeView control that displays as the site's main menu. It will never need to show more than two levels of navigation. The problem I'm having is, I can't seem to reduce the font size for all child nodes. I'm editing the custom skin css file associated with the treeview, but to no avail. Note that I can set the overall font size, color, etc. for the entire treeview, but can't seem to pinpoint just the child nodes. How can this be done?

Thanks in advance for your help on these great controls!
Dimitar Milushev
Telerik team
 answered on 25 Feb 2009
2 answers
203 views
Hello,
I have managed to achieve a simple client-side databinding after looking at the corresponding demo example. My datafield 'Name' show up as it shall below.
<telerik:RadGrid AutoGenerateColumns="false" ID="RadGrid1" runat="server">
   <MasterTableView TableLayout="Fixed">
      <Columns>
         <telerik:GridBoundColumn DataField="Name" HeaderText="Name" />
      </Columns>
   </MasterTableView>
   <ClientSettings>
      <ClientEvents OnCommand="function(){}" />
   </ClientSettings>
</telerik:RadGrid>

But if I would like to use an ItemTemplate, as I use to do with normal ASP DataControls, to have more control on how my radGrid shall look like, how do I do then?  And can I use code-behind functions together with eval when my radGrid is client-side databounded. When I try like below I receive the following error: DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'Name'.

<telerik:RadGrid AutoGenerateColumns="false" ID="RadGrid1" runat="server">
   <MasterTableView TableLayout="Fixed">
      <Columns>
         <telerik:GridTemplateColumn>
            <ItemTemplate>
               <div>
                  <asp:Label ID="NameLabel" runat="server" Text='<%# Eval("Name")%>'
                          ForeColor='<%# CheckColor(Eval("Id"))%>'>
                  </asp:Label>
                </div>
             </ItemTemplate>
          </telerik:GridTemplateColumn>
       </Columns>
    </MasterTableView>
    <ClientSettings>
       <ClientEvents OnCommand="function(){}" />
    </ClientSettings>
</telerik:RadGrid>

I have a working example, which is more like the Ajax timer demo example, which I now want to transforn to one with client-side databinding. In my OnItemDataBound event there I call a javascript function (with registerStartupScript) with one DataListItem (decided from database) as parameter. Any ideas how one can do the same thing now.
Ozzie
Top achievements
Rank 1
 answered on 25 Feb 2009
1 answer
105 views
Hi!
When I move the mouse over a row, the style is painting 2 rows togheter (the one where I am over and the next).
I want to know if it is possible to change it and only show with this style the row where I am over and not both.
Thanks!

Dimitar Milushev
Telerik team
 answered on 25 Feb 2009
2 answers
321 views
 

            Hello All,

                         I am using modalpopupextender in which i am using product gridview and this gridview having pages
                         when i did change pageindex to 5 and close that modalpopupextender and again open that window 
                         then 5th page will be shown but i want to show 1st page of grid view.How i can try this.
 

                          Please help me..
                          Thanx in advanced..



              Regards,
              Aswini.....
ashwini
Top achievements
Rank 1
 answered on 25 Feb 2009
1 answer
73 views
Hi All,
Iam using 2008.3.1314.35 version of radcontrols for my  application which is in 3.5
I have ajaxfied my RadGrid by using AjaxManager.
Right now for any Add,Edit or Delete operation it is  showing me Update Progress image.
But if within this process if I do same operations multiple times before first request is completed then it is showing me error.
Also AjaxManager is blocking the other Pop Ups which we are displaying  for error messages.

Is there any way to handle these situations.

Thanks,
Umesh.
Yavor
Telerik team
 answered on 25 Feb 2009
0 answers
81 views


    Hello All,
 
                  I am having one thumbnail image.on mouseover on that image it shown bigger on that image i can move everywhere  and on mouseout it disappear.
                 It will properly Shown in Internet Explorer But In Mozilla , on mouseover that image shown in bigger and i am trying to go for on that image mouseout event call and image gets disappear i can't go on that image.
                 why this is happen.what is the diffrence betwwen Mozilla and InternetExplorer.



Please Help me..
Thanx in advance

Regards,
ashwini
Top achievements
Rank 1
 asked on 25 Feb 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?