Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
137 views
Hi,

I'm getting the follwing error when I try to add  "DockCloseCommand" in RadDock. ""No 'runat=server' attribue present on dockclosecommand. I need to inherit master page for this aspx file which has a form defined in it. So when I try to add External Edit form it doesnt work since a page can have only one server side tag.
How could I get External Edit working for scheduler?

Thanks,
V
vamshi
Top achievements
Rank 1
 asked on 10 Sep 2008
1 answer
131 views
Hello,
I need to bind a grid to an arraylist that I create. Using the online demos on your site I was able to quickly show a grid bound to the arraylist using the TestListItem class that has 2 properties: A and B. However the  grid shows the column headers as 'A' and 'B'. I need to set these HeaderText values from a resource file (localization) so I cannot change the propertyNames in the TestListItem class.
I thought I could do it in the DataBound handler but could not find the right place to set these values.

 

ChrisWalker
Top achievements
Rank 1
 answered on 10 Sep 2008
9 answers
112 views
the control says to right click and select build rad tree view - when i right click i do not see that option - any video's showing how to drop a control on a page and bind it via the database wizard?

using VS2005 with .net 3.5
Jeff
Top achievements
Rank 1
 answered on 10 Sep 2008
6 answers
304 views
I am trying to bind to a slider in a repeater. I think Im just doing something wrong. Is there a link somewhere I can see this being done? I am using Linq to create the object Im binding to. When I just do:
<%# DataBinder.Eval(Container.DataItem, "DepartureStartTime")%>
it displays the value fine so somewhere my binding is off.

This is what Im trying to do, all values are integers, they say Time but I converted them to minutes
 
<telerik:RadSlider runat="server" ID="rsArrivalTime" 
Length="130" IsSelectionRangeEnabled="true" Skin="Inox" 
SlideStep="1" ShowDecreaseHandle="false" 
ShowIncreaseHandle
="false"   
SelectionStart='<%#DataBinder.Eval(Container.DataItem, "ArrivalStartTime")%>' 
SelectionEnd='<%#DataBinder.Eval(Container.DataItem, "ArrivalEndTime")%>' 
MinimumValue
='<%#DataBinder.Eval(Container.DataItem, "ArrivalStartTime")%>' 
MaximumValue='<%#DataBinder.Eval(Container.DataItem, "ArrivalEndTime")%>'/>  
 



-thanks

jgig
Top achievements
Rank 1
 answered on 10 Sep 2008
2 answers
94 views
Hello

I have a tab strip hooked up to a RadMultiPage with 2 RadPageView's. In the first pageview, I have a grid with the first column being a ButtonColumn. IN the codebehind, I have:

protected void ListOfTickets_OnSelectedIndexChanged(object sender, EventArgs e) 
        { 
            { 
                rtsLinqTicketView.SelectedIndex = 1
                rmpResultsDetail.SelectedIndex = 1
            } 
         } 
In line 4, its reference the RadTabStrip, line 5 is RadMultiPage. In the Designer, I specify each pageview with "TabIndex = 0" and "TabIndex = 1"

When I click on the button in the grid, it is not flipping to the other tab, any ideas on what is not working here?
Thanks
Harold

hchattaway
Top achievements
Rank 1
 answered on 10 Sep 2008
2 answers
222 views
In IE 7 the table border is displaying when using the RadDatePicker control. I have tried everything to get rid of the border that I can think of or that has been suggested in other forum threads. CSS has no effect whatsoever. I noticed that if I save the html source and set-up the stylesheets and images to be accessible, that the border disappears only when I add border="0" in the table declaration within the div wrapper. The rendered source that I changed is shown below. I left in the hidden input and version comment to give you some context for where to find the issue. I am not sure why this is happening. I am using the Visual Studio 2008 Dynamic Data Entities project and ONLY changing the DateTime_Edit.ascx control to use the RadDatePicker instead of the standard textbox and validators.

<!-- 2008.2.723.35 --><input style="visibility: hidden;display:block; float:right;margin:0;width:1px;height:1px;overflow:hidden;border:0;padding:0;" id="ctl00_ContentPlaceHolder_DetailsView1___CreateDateTime_RadDatePicker" name="ctl00$ContentPlaceHolder$DetailsView1$__CreateDateTime$RadDatePicker" type="text" value="" /><table cellpadding="0" cellspacing="0" border="0" style="border-width:0;border-collapse:collapse;width:100%;">
Matthew Bishop
Top achievements
Rank 1
 answered on 10 Sep 2008
1 answer
71 views
Hi

In my CRM system where we log calls and meeting with clients etc My RadScheduler sits on a page along with  tab strip and  multiview controls so the user can switch to a calendar view of such activity if required. Standard sort of stuff.

During any postback to the server I have code in the render method that allows me to add in other bits to be rendered, for example some extra javascript to my document. In one case I look for the <Body> tag so I can fiddel with the "onload" attribute and add which method that will get called.

When using the radscheduler and swapping from say "day view" to week" view" a full postback to the server is invoked. Here I get an error. On investigation when I look at the Render method  ...

protected

override void Render(HtmlTextWriter writer)

I see that all I seem to be getting in the writer argument is the HTML for the RadScheduler control and not the rest of the page. Ie no HTML tag no HEAD BODY etc, just that needed to render the control. Obviously I need the whole page!

Any ideas what's happening?

Cheers

Gary
Atanas Korchev
Telerik team
 answered on 10 Sep 2008
1 answer
169 views
I have a lookup table in the database and rather than using a grid to create, edit and delete data I've been asked to use a combo box.

It would be ideal to be able to a) select an item from the combobox and then edit or delete it and b) create a new item. All this without buttons because there are 3 comboboxes on the same page so 3 sets of buttons wouldnt look good.

Can this be done or should I go another route and use a grid?
Atanas Korchev
Telerik team
 answered on 10 Sep 2008
6 answers
278 views
Hello,

I am adding a support ticket discussion onto this thread for two reasons:
1 - the larger community will find it useful to understand the ramifications of this problem when the /bin folder may hold the old RadChart.Net2.dll from more than one third party vendor.
2 - I want a public URL to give to my clients who are in disbelief and are assuming this is the fault of our product

**********************************************************
From: Chris Wylie
Date: 8/14/2008 5:45:50 PM

We are using the Telerik charting control in one of our commercial DNN products.  It is a DNN module that will be installed in DNN portals that could contain any number of other third party DNN modules.

In the current release, Telerik has renamed the RadChart.Net2.dll to Telerik.Charting.dll.  There is a serious problem.  The new charting DLL has a different file name - so it does not overwrite the old DLL file.

If any of our clients have installed a previous version of our product or if any of our clients have any other thrid party DNN modules that use RadChart.Net2.dll then they need to manually delete the old DLL using an FTP client.  If you they do not do this, then the IIS DLL handler will find duplicate namespaces within the two different DLLs and this will cause a run time error when loading the module.

In the case where a thrid party DNN module was using RadChart.Net2.dll our clients must also manually update any of the other module’s .ascx pages that references the old DLL.  The must download from their server and open the .ascx files in Notepad.  At the top of the file the must find a register directive similar to the one below:

<%@ Register Assembly="RadChart.Net2" Namespace="Telerik.Charting" TagPrefix="my.tag.prefix" %>

And then update this directive to the following and then restore the files to their server:

<%@ Register Assembly=" Telerik.Charting" Namespace="Telerik.Charting" TagPrefix="my.tag.prefix" %>

~          ~          ~

This creates a lot of confusion and concern - even for clients that do not have any other applications utilizing the RadChart control.

First, let me make sure.  Is the nightmare true?  Or is this all a bad dream?  If this is true, is there any better way for our clients to resolve this problem other than the "solution" I describe?

Thanks,
Chris

*********************************************************
From: telerik
Date: 8/15/2008 5:48:46 AM

Hello Chris,

I am afraid your statement is correct and the users will have to remove RadChart.Net2.dll manually.  The reason for taking such decision is our policy to encourage our clients to use the latest versions of our products. This way you will be able to take advantage of the new features and bug fixes introduces with each new version.

I just need to clarify the Register directives substitution. RadChart for ASP.NET AJAX is now in Telerik.Web.UI.dll, while the chart engine is in Telerik.Charting.dll. So, when migrating to RadChart for ASP.NET AJAX there are two Register directives that should be replaced:

<%@ Register Assembly="RadChart.Net2" Namespace="Telerik.WebControls" TagPrefix="myTagPrefix1" %>
<%@ Register Assembly="RadChart.Net2" Namespace="Telerik.Charting" TagPrefix="myTagPrefix2" %>

should become

<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="myTagPrefix1" %>
<%@ Register Assembly="Telerik.Charting" Namespace="Telerik.Charting" TagPrefix="myTagPrefix2" %>

I have already notified our developers of this problem. Please, accept our apologies for the inconvenience caused. Do not hesitate to contact us if any further questions arise.

Best regards,
Ves
the Telerik team

**********************************************************
From: Chris Wylie
Date: 8/15/2008 9:48:26 AM

Hello Ves,

Please try to imagine the difficulty this will cause for some of my clients (and my support team).

1 - a client already has other third party DNN modules installed using the old DLL.
2 - the client now installs our product, which uses the new DLL, and now there are namespace conflicts that cause run time errors
3 - the client must now search through all his third party DNN module /Desktop Modules/directories (could be dozens) and search each .ascx file for the Register Directives that need to be updated.

This whole process is even more difficult for clients with remote shared hosting accounts.  Should they FTP down their entire /Desktop Modules/ directory tree to their local server and then begin the piecemeal search?

Not only does this appear to the client as something our product is causing, but many of my clients may not have the technical expertise to do this.  What do your engineers suggest we do then?

Please give your engineers some feedback from the trenches and ask then to avoid this in the future.

Thanks,
Chris
Vladimir Milev
Telerik team
 answered on 10 Sep 2008
1 answer
195 views

Hello and apologies for another question regarding the toolsfile. I've trawled the forum but still haven’t found any specific answers.

In our previous installation of RadEditor we had ToolsFile and a ConfigFile. In the Config file we specified many properties but more importantly:

height, width, newlinebr, image/document paths and skin.

So using this config file we were able to control all the RadEditors in our application.

Looking at the new version, it seems it doesn’t have support for ConfigFile, so where can we assign these properties without having to declare them for each RadEditor. Is it possible to do it in the Toolsfile?

I see that ImageManager and DocumentManagers are used, but in the ToolsFile is it possible to specify the paths, as we don’t want to declare them for each individual instance of RadEditor in our app.

All help would be greatly appreciated. Thanks.

Rumen
Telerik team
 answered on 10 Sep 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?