Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
170 views
I notice that when trying to enter a appt on your demo of the scheduler that if you have the end date (7/1/2008 8:00AM) prior to the start date (7/1/2008 9:00AM) your page blows up, is there anyway to trap this event in the advance edit template and show a reasonable message to the user? or anyother way of adding date validation into the event creation?

thx

Stuart
Peter
Telerik team
 answered on 20 Nov 2008
2 answers
142 views
I have been using a Scheduler with a ToolTipManager to provide formatted tooltips when users hover over an appointment. I am also applying custom styles to appointments. This was all working fine until I updated to the Q3 release. Now, when the scheduler is rendered, none of the styles are applied to the appointments. I did a little digging, and I found that the html rendering for the appointments seems to be breaking.

The tooltip manager builds the tooltip in code-behind and inserts html formatting elements, then adds the text for the tooltip to the appointment's tooltip property. When this is rendered to html, I now get something that looks like the following. I am not positive this is the source of my problem, but the styles as they appear below are exactly like the sample code and worked fine until the update. Any help I can get with this would be greatly appreciated, as I am running up against a very tight release deadline.  

<div id="rsWork_2_0" title="Sondertermin heute
&lt;br />Here is some formatted text.&lt;br />&lt;br />
" class="rsApt Ereignis" style="height:50px;width:90%;left:0%;">
<div class="rsAptOut">
<div class="rsAptMid">
<div class="rsAptIn">
<div class="rsAptContent">
 
<div style="cursor:pointer;font-size:9px;width:100%;">
<span id="rsWork_ctl133_lblSubject" class="CalSubject">Sondertermin heute</span>
</div>
<a class="rsAptDelete" href="#">delete</a>
</div>
</div>
</div>
</div>
</div>
</div>
Peter
Telerik team
 answered on 20 Nov 2008
3 answers
105 views
Hi

I have issue with few issues with telerik controls.

1) alignment image is not showing properly in editors. i have checked the cssclass assigned to that alignment image & found that it have some problem or not compiled in dll properly. class is like..

.Default2006.rade_AlignmentSelector div {WebResou...017968750 (line 89)
background-image:url(<%=WebResource("Telerik.Web.UI.Skins.Default.Editor.CommandSprites.gif);
background-repeat:no-repeat;
height:18px;
margin:1px auto;
width:18px;
}

backgorund-image is comming not replaced in css. because server tag is not well formed.

2) same thing is occures in opened property dialog also.

3) in image uploading dialog overwrite file if exists checbox is not working in Firefox. i have checked in Firefox v3.0.4 in windows & mac both.for more details check attached image.

4) I have added a button on toolbar for editor. which will load editor with advanced option for editor. this option is not working on local & our sandbox. but its working fine on our live server. you can check this on following site.

http://modulereview.rapidvector.com/logon.aspx

logon with following credential.

Email Id : demo@telerik.com

password : demo

after logon go to manage of link module at bottom of the page. there on add module u can find editor.
where u can find button with star icon. check it.

5) when select on table in editor if table have no property defined like cellspacing,cellpadding..... then properties shown in below pan is weired. check in attached image.


can u please help me to solve this bugs without upgradaing new versions.

i have upgraded telerik many times after radeditor.net. every time i have updated to latest controlls i found new bug to solve. to solve that issue i have been called to upgradae to next version. it is really waste of resources & time to upgrade next version of telerik just for solving issue raised by our clients. which is really non proffessional way to handle client.

i hope my probelm will be understood.

hopping earlier & positive reply

thanx & regards,
Mukesh Chudasama

Rumen
Telerik team
 answered on 20 Nov 2008
2 answers
102 views
I have a combo box for one field - providers. There is a list of 264 providers. I don't want the user to have to scroll down through 264 items, and would like to display it in 3 columns and the user can go down or across to chose the provider. Is this possible using a combo box?

Thanks,
Laura
Laura
Top achievements
Rank 1
 answered on 20 Nov 2008
2 answers
107 views
Hi,
How to use the skin/theme, downloaded from http://www.telerik.com/support/skins.aspx 
The possibility of providing demo!

thanks


mextb1860
Top achievements
Rank 1
 answered on 20 Nov 2008
11 answers
762 views
Sir,

"Sys.InvalidOperationException: Could not find UPdatePanel with ID 'ctl100_ctl00_ct_PanelStep2Panel'. If it si being updated dynamically then it must be inside another UpdatePanel."

I m getting this error.I used docks and radajaxmanager on content page.In master page,no updatepanel is used.I searched your forum,but couldnt finda solution..The code is

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

<AjaxSettings>

<telerik:AjaxSetting AjaxControlID="WorkDetailsGrid">

<UpdatedControls>

<telerik:AjaxUpdatedControl ControlID="WorkDetailsGrid" LoadingPanelID="LoadingPanel1"></telerik:AjaxUpdatedControl>

</UpdatedControls>

</telerik:AjaxSetting>

<telerik:AjaxSetting AjaxControlID="grdProjectTypes">

<UpdatedControls>

<telerik:AjaxUpdatedControl ControlID="WorkDetailsGrid" LoadingPanelID="LoadingPanel1"></telerik:AjaxUpdatedControl>

</UpdatedControls>

</telerik:AjaxSetting>

<telerik:AjaxSetting AjaxControlID="lnkRemoveFilter">

<UpdatedControls>

<telerik:AjaxUpdatedControl ControlID="WorkDetailsGrid" LoadingPanelID="LoadingPanel1"></telerik:AjaxUpdatedControl>

<telerik:AjaxUpdatedControl ControlID="grdProjectTypes" LoadingPanelID="LoadingPanel1"></telerik:AjaxUpdatedControl></UpdatedControls>

</telerik:AjaxSetting>

</AjaxSettings>

</telerik:RadAjaxManager>

Thanks in advance

Petko
Telerik team
 answered on 20 Nov 2008
0 answers
137 views
I'm looking to emulate the following:

https://online.epocrates.com/home

Type in 'amoxicillin' in the search box, and you'll notice several results return in a dropdown format. Even cooler, some of them have an arrow to their left, which when clicked, displays more results related to that keyword.

Can I do this with this control? Any ideas how?


Gabriel
Gabriel
Top achievements
Rank 1
 asked on 20 Nov 2008
1 answer
125 views
I am having trouble displaying radeditor as a normal textbox as per this demo: http://demos.telerik.com/ASPNET/Prometheus/Editor/Examples/EditorAsTextBox/DefaultCS.aspx

I have two problems:
1) the 2nd border still exists
2) the input box width is shrunk for no apparent reason

Example:

See the rad editor comments input at the bottom of this page
http://blog.designbay.com/blog2.aspx?blogId=26

Page source should include css

Thanks,
Alec
Rumen
Telerik team
 answered on 20 Nov 2008
3 answers
95 views
Hello
I am running into the technical issue trying to use the latest  version (Q2 2008) Rad Grid ASP.NET in our application
I am building module that generates columns of the gird in the code behind (on page load event). I am also using built in paging, filtering and sorting on the grid
everything works fine until i try to add a custom column (inherited from the GridBound column)
the column does get rendered in the grid but when i try any further actions such as paging, sorting and filtering they are stopped by the following error
Cannot create column with the specified type name: TestColumn
My TestColumn has currently no implementation in it besides being derived from GridBoundColumn as following:

 public class TestColumn : GridBoundColumn
    {   
        public override GridColumn Clone()
        {
            return base.Clone();
        }

        public override void InitializeCell(TableCell cell, int columnIndex, GridItem inItem)
        {
            base.InitializeCell(cell, columnIndex, inItem);
        }
    }
Polina
Top achievements
Rank 1
 answered on 20 Nov 2008
2 answers
110 views
We have the latest version of the Asp.net AJAX grid.
We are attempting to bind data via javascript (client side databinding).

Our problem:

When we find the RadGrid object on the client (in javascript) we cannot access any of the clientAPI methods or properties. Instead we get the error 

Microsoft JScript runtime error: Object doesn't support this property or method

Can someone please help us!!! This is the most ridiculous issue.

Background information:
VS2008 SP1
Vista Machine
.net 3.5
Scripts are registrated from the DLL (default setting)
This is happening in a Web Application Test Project.

Brett Howard
Top achievements
Rank 1
 answered on 20 Nov 2008
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?