Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
96 views
Is it possible to use a date picker for the AsynchUpload additional field?

Any help would be appreciated.

Allan
Bozhidar
Telerik team
 answered on 09 Dec 2011
5 answers
234 views
Hello,

We are evaluating your product. It works perfect.
The only question I have right for now is related to export to PDF.

I cannot find a way to add something like "Page 1 of 9", "Page 2 of 9" and so on to the footer of the pages in exported document. I'm looking at your example with Sushi Menu and my export work exactly like the example: there is no footer with page numbers.
Please advice how can I get the needed functionality.

Best Regards,
Olga

Daniel
Telerik team
 answered on 09 Dec 2011
3 answers
103 views
Hi,

I just saw a little bug on the tooltip on the demo website: http://demos.telerik.com/aspnet-ajax/tooltip/examples/default/defaultcs.aspx

When the tooltip is centered at the bottom, everything is fine:
http://dl.dropbox.com/u/368403/Telerik/TooltipBottom.png 

But, when we set the Tooltip Center top, this little image which "point" the source element, is inside the tooltip instead of outside:
http://dl.dropbox.com/u/368403/Telerik/TooltipTop.png

Thank you
Marin Bratanov
Telerik team
 answered on 09 Dec 2011
8 answers
156 views
Hi there,
   Is there any documentation/Tutorial regarding skinning telerik  controls by altering each given control Sprite template? And is there a central repository for such template within the given demo?


Best Regards,
Eng
Ivan Zhekov
Telerik team
 answered on 09 Dec 2011
1 answer
116 views
Hi All.
Could you please advice how to find issue in scheduler advanced form when creating or editing appointments.
when doing this update panel just freeze and not coming back to appointments view. The appointment itself is created or edited successfully. So if click F5, whole page is reloaded and I can see new or updated appointment.

Thanks.
Peter
Telerik team
 answered on 09 Dec 2011
1 answer
159 views
Using the following:

<telerik:RadScheduler
    ID="RadScheduler"
    Skin=""
    EnableEmbeddedSkins="false"
    EnableEmbeddedBaseStylesheet="false"
    MonthView-HeaderDateFormat="MMMM yyyy"
    DataKeyField="EventID"
    DataSubjectField="Subject"
    DataStartField="Start"
    DataEndField="End"
    ReadOnly="true"
    OnClientAppointmentClick="AppointmentClick"
    OnNavigationComplete="RadScheduler_NavigationComplete"
    runat="server">
</telerik:RadScheduler>

When you click on the datepicker, the pop-up RadCalendar that is rendered does not include classes such as rcHover, rcToday or rcOtherMonth (and possibly others).

Setting the Skin property causes the pop-up calendar to render all the class names as expected.

Version 2011.3.1115.40
Peter
Telerik team
 answered on 09 Dec 2011
1 answer
107 views
Hi,
   I am using Rad Panel Bar for Menu in my application. When its loaded all the menus , its being very slow and even if i was disabled the view state off there was not much change in that. so again i changed the menu functions that when its loading just displaying panel bar menu's and when user click on the menu then items will be loaded. my concern is that , i want to delete the loaded items which menu i clicked earlier then load the new items for the current menu.

Please can any one give me solutions for the above?
Kate
Telerik team
 answered on 09 Dec 2011
5 answers
200 views
Hi,
 
I am trying to open a new radtab on every Search button click. So basically the home page,
opens in a tab which shows a textbox & search button. Then Everytime a user clicks on Search button I need to grab the search result & display in a  grid in a new tab. (so if search is clicked 3 times.. there will be 3 additional tabs). How can I achive this functionality?

I was able to create a new tab for each click on button ("search"). The tab opens fine but the grid doesnt display. Not sure where I am going wrong. Can somebody please throw some light if there is any example scenario will be highly appreciated.

During the debug I can see the result set is passsed to the new tab without any issue.

Thank you
Dimitar Terziev
Telerik team
 answered on 09 Dec 2011
9 answers
2.6K+ views

I am getting javascript Error “Error: Sys.WebForms.PageRequestManagerServerErrorException: Object reference not set to an instance of an object.”

 

When I use RadAjaxManager inside RadGrid’s EditFormSettings

 

<telerik:RadGrid

      <MasterTableView

            <EditFormSettings

                  <FormTemplate>

                        <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">

                                    <AjaxSettings>

                                        <telerik:AjaxSetting AjaxControlID="RadComboBox1" EventName="RadComboBox1_SelectedIndexChanged">

                                            <UpdatedControls>

                                                <telerik:AjaxUpdatedControl ControlID="RadComboBox2" />

                                            </UpdatedControls>

                                        </telerik:AjaxSetting>

                                    </AjaxSettings>

                                </telerik:RadAjaxManager>

 

Pratibha
Top achievements
Rank 1
 answered on 09 Dec 2011
3 answers
164 views
Currenlty my Rad rotator configuration is like:

 

<telerik:RadRotator RotatorType="AutomaticAdvance" Skin="Windows7" ID="rotator1" 
runat="server" Height="253px" Width="500px" WrapFrames="true" ItemWidth="98%" 
ItemHeight="45px" ScrollDirection="Up"

<ItemTemplate>

 

 

<div class="feed"><%#DataBinder.Eval(Container.DataItem) %></div

 

 

 

</ItemTemplate>

</telerik:RadRotator>

And the CSS class is

.feed 
{
 overflow: auto
 width: 100%
 height: 100%
 color: #4f6b72
 background-position: center
}

 


I am binding the Rotator to a datasource at the backend.

Problem is if the bind has only 1 data.The scrolling is not happening.And if I include more items to the rotator,the scroll is happening?

Is this some default behavior with RAD rotator?


Slav
Telerik team
 answered on 09 Dec 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?