Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
110 views
Hello guys.

I have a tooltip in my page, and, when I call its, this doesn't work.

Example:

RadGrid_InsertCommand(object source, GridCommandEventArgs e) 
   RadTooltip.show(); 

What's wrong?

Regards.

Eduardo.
Svetlina Anati
Telerik team
 answered on 27 Apr 2010
1 answer
124 views

The RadEditorNodeInspector position can be show at the top or buttom like ToolbarMode=”PageTop” of toolbar?.

 We need to show that inspector at the buttom/top of page because When  we used Radeditor with too much height (over 2000px exam) We must scrolldown to the buttom of page before we used that inspector.

Rumen
Telerik team
 answered on 27 Apr 2010
6 answers
453 views
Hi Team,

Am using Radgrid in my application, i just want to remove the blank space coming at the end of column as shown in attached screen shot. Pls. help me out.

Thanks
Rajesh N.
raaj
Top achievements
Rank 1
 answered on 27 Apr 2010
6 answers
445 views
There is a limitation in Visual Studio 2010 Beta2 we identified recently: The design time of RadControls for ASP.NET AJAX is not working properly and the intellisense is broken in a standard setup (having the Telerik.Web.UI assembly in the website bin folder).

While we are working together with Microsoft for having this fixed, here are two workarounds:

1. You won't get the design time or the intellisense broken if you perform these two steps when closing your project in VS2010:
  • Open a page, containing a RadControl in design mode (ignore the design mode errors);
  • Close the IDE. The next load of the solution in Visual Studio 2010 should open the page in design mode again, but the designers should be loaded successfully and the intellisense should be working properly.

2. Add the Telerik.Web.UI assembly to the GAC or copy it to the [VisualStudioInstallDir]\Common7\IDE\PrivateAssemblies folder. The Visual Studio IDE would load the Telerik.Web.UI assembly properly.

Best regards,
The Telerik team
Ryan Means
Top achievements
Rank 1
 answered on 27 Apr 2010
6 answers
127 views

Database : Access2007
Asp.net Ajax 2010 Q1 Trial

I think so many people is asking the no. of items

I want to display the counter items and total in the rotator.
I will display one jpeg in the rotator

For example there are 10 jpeg files

First screen

JPEG

1/10

press next button show

JPEG

2/10

press next forward show

JPEG

1/10

so that user can know the display of which items

I have a idea but I don't know can work or not

Add the two fields (one is running counter 1,2,3,,, other is the total count) in the SQL command and then in the rotator items add this two fields

Thanks!

Fiko
Telerik team
 answered on 27 Apr 2010
2 answers
249 views
Hello,

I have an expandable RadGrid.  Inside the DetailTable of the grid, I have a GridTemplateColumn with an image button.

Can you tell me how to, on the OnCommand event of the image button, change the image url?  I want to do this via client-side script only.  No server-side postback.  Or if I need to do it another way (instead of using the OnCommand event), can you tell me that as well?

Thanks,
RezRaider
Jill Allison
Top achievements
Rank 1
 answered on 27 Apr 2010
4 answers
548 views
I'm using the RadGrid and I'm using a GridButtonColumn ButtonType="LinkButton" in it. I want to be able to hide this control on some rows, mainly the first and last ... but I want to know how to do it on any row or any type of control.

Thank you
James O'Brien
Top achievements
Rank 1
 answered on 27 Apr 2010
2 answers
96 views
I'm assuming that the EnableRefreshImage property is only available in VS 2010, is that correct? I'm using VS 2005 and cannot find this property.

Thanks,

Ivan
Ivan Queiroz
Top achievements
Rank 1
 answered on 27 Apr 2010
2 answers
452 views
I have events with no time.  My raw data looks like this:

Start =   2009-04-29 00:00:00.000
End  =   2009-04-29 00:00:00.000

When i try to load the calendar and bind I get the following error:
The added or subtracted value results in an un-representable DateTime. Parameter name: value

               <telerik:RadScheduler runat="server" ID="RadScheduler1" SelectedView="DayView" TimelineView-ShowInsertArea="true" 
                    StartInsertingInAdvancedForm="true" Skin="WebBlue" Width="750px" Height="650px" 
                    TimeZoneOffset="00:00:00" DayStartTime="00:00:00" DayEndTime="00:00:00"  DataSourceID="AppointmentsDataSource" DataKeyField="TaskKeyID" 
                    DataSubjectField="TaskComment" DataStartField="WholeStart" DataEndField="WholeEnd" 
                    HoursPanelTimeFormat="htt" OnFormCreated="RadScheduler1_FormCreated" SelectedDate=""   
 
                    ValidationGroup="RadScheduler1">  
                    <TimelineView UserSelectable="false" /> 
                    <AdvancedForm Modal="true" Width="450" MaximumHeight="450" /> 
                    <ResourceTypes> 
                        <telerik:ResourceType KeyField="TaskType" Name="Type" TextField="TaskType" ForeignKeyField="TaskType" 
                            DataSourceID="sdsTaskTypes" /> 
                        <telerik:ResourceType KeyField="PriorityText" Name="Priority" TextField="PriorityText" 
                            ForeignKeyField="PriorityText" DataSourceID="sdsPriority" /> 
                    </ResourceTypes> 
                </telerik:RadScheduler> 


Error Message: The added or subtracted value results in an un-representable DateTime. Parameter name: value  
Stack Trace: at System.DateTime.Subtract(TimeSpan value) at Telerik.Web.UI.Scheduling.DateHelper.GetStartOfWeek
(DateTime selectedDate, DayOfWeek weekStart) at Telerik.Web.UI.Scheduling.DateHelper.GetWeekLength(DateTime date, 
DayOfWeek firstDayOfWeek, DayOfWeek lastDayOfWeek) at Telerik.Web.UI.Scheduler.Views.Week.ModelBase..ctor(IScheduler owner)
 at Telerik.Web.UI.Scheduler.Views.Week.Model..ctor(IScheduler owner, IWeekTimeSlotFactory slotFactory, TimeSpan 
workDayStartTime, TimeSpan workDayEndTime) at Telerik.Web.UI.Scheduler.Views.Day.Model..ctor(IScheduler owner) at 
Telerik.Web.UI.Scheduler.Views.DayModelFactory.CreateModel() at Telerik.Web.UI.RadScheduler.CreateView() at 
Telerik.Web.UI.RadScheduler.OnDataPropertyChanged() at Telerik.Web.UI.RadScheduler.set_SelectedDate(DateTime value) 
at ASP.employee_calendar_aspx.__BuildControlRadScheduler1() in 
C:\Documents and Settings\ddownie\My Documents\Sasquatch\employee\Calendar.aspx:line 34 
at ASP.employee_calendar_aspx.__BuildControlContent1(Control __ctrl) in
 C:\Documents and Settings\ddownie\My Documents\Sasquatch\employee\Calendar.aspx:line 5 at 
System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container) at
 ASP.employee_masterpage_master.__BuildControlContentPlaceHolder1() in 
C:\Documents and Settings\ddownie\My Documents\Sasquatch\Employee\MasterPage.master:line 204 
at ASP.employee_masterpage_master.__BuildControlform1() in C:\Documents and Settings\ddownie\My
 Documents\Sasquatch\Employee\MasterPage.master:line 20 at 
ASP.employee_masterpage_master.__BuildControlTree(employee_masterpage_master __ctrl) in 
C:\Documents and Settings\ddownie\My Documents\Sasquatch\Employee\MasterPage.master:line 1 at
 ASP.employee_masterpage_master.FrameworkInitialize() in 
C:\Documents and Settings\ddownie\My Documents\Sasquatch\Employee\MasterPage.master.vb:line 912308 
at System.Web.UI.UserControl.InitializeAsUserControlInternal() 
at System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, 
HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection)
 at System.Web.UI.Page.get_Master() at System.Web.UI.Page.ApplyMasterPage() at System.Web.UI.Page.PerformPreInit() 
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)  
 
David
Top achievements
Rank 1
 answered on 27 Apr 2010
2 answers
117 views
hi
how can i set "." as a date separator in date input?

bc when i tried to use it, it selects today's date.


thanks
Webster Velasco
Top achievements
Rank 2
 answered on 27 Apr 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?