Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
84 views
We are trialing this control at the moment with a view to buying, however this bug is the ony thing stopping us.

We have a web page with 3 RadEditor controls one the page, when we use the spell checker control in RadEditor the popup always appears at the very bottom of the page, no where near the control.

I have raised this as a bug with an screen dump, the ticket number is 170831

Thanks,

Justin Ashurst

Senior Developer

Nottingham Trent University
Justin
Top achievements
Rank 2
 answered on 30 Oct 2008
5 answers
149 views

Dear all,

I am using the Telerik RAD controls fo rASP.NET AJAX Grid.

In the development machine I haven't get any problems event though I haven't have the AJAX installed in that machine.

While deployment (for testing) I am facing the following error:

Method not found: 'Void System.Web.UI.ScriptManager.RegisterStartupScript(System.Web.UI.Page, System.Type, System.String, System.String, Boolean)'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.MissingMethodException: Method not found: 'Void System.Web.UI.ScriptManager.RegisterStartupScript(System.Web.UI.Page, System.Type, System.String, System.String, Boolean)'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[MissingMethodException: Method not found: 'Void System.Web.UI.ScriptManager.RegisterStartupScript(System.Web.UI.Page, System.Type, System.String, System.String, Boolean)'.]
            Telerik.Web.SkinRegistrar.RegisterCssReferences(ISkinnableControl _control) +0
            Telerik.Web.UI.RadCompositeDataBoundControl.RegisterCssReferences() +64
            Telerik.Web.UI.RadCompositeDataBoundControl.OnPreRender(EventArgs e) +63
            Telerik.Web.UI.RadGrid.OnPreRender(EventArgs e) +26
            System.Web.UI.Control.PreRenderRecursiveInternal() +86
            System.Web.UI.Control.PreRenderRecursiveInternal() +170
            System.Web.UI.Control.PreRenderRecursiveInternal() +170
            System.Web.UI.Control.PreRenderRecursiveInternal() +170
            System.Web.UI.Control.PreRenderRecursiveInternal() +170
            System.Web.UI.Control.PreRenderRecursiveInternal() +170
            System.Web.UI.Control.PreRenderRecursiveInternal() +170
            System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2041
            


Can any one help me in this regard to solve this?

This is very urgent.

Thanks a lot in advance

aabrown
Top achievements
Rank 1
 answered on 30 Oct 2008
2 answers
158 views
Hello,

I have a question about the hideColumn/showColumn client-side methods for the RadGrid MasterTableView.  I am using the very latest build (2008.2.1001.20) and the hideColumn/showColumn methods I have written work for 95% of the situations I've tested.

The problem that I've run across is that when you first hide and then re-show a specific column without posting back, it only "remembers" the hideColumn command.  (As if it can only track one "change" before post-back)

Can anyone confirm that this is actually a bug?

Thanks in advance!

Jason Rastovski
Jason
Top achievements
Rank 1
 answered on 30 Oct 2008
8 answers
374 views
I've begun experimenting with using RC for ASP.NET AJAX over the classic RC.  I've found one scenario where our old technique, with RadAjaxManager 1.7 would properly refresh a page without a visible postback, but with the new 2008.1.415, I do get a visible postback.

The scenario is as follows:
I have a page with a visible="false" button.  I have configured the RadAjaxManager to handle this button and update other fields.  I have script which previously invoked the following:

RadAjaxManager1.AsyncRequest('<%= myButton.UniqueID %>', '');

This worked fine with 1.7. 

Under 2008.1.415, I have changed the script to use ajaxRequestWithTarget instead of AsyncRequest.  When the script runs, the page does a full repost.  I have observed that if I make the button visible="true" instead, the page updates without the visible postback.

Am I doing something wrong?  Should I be using something other than ajaxRequestWithTarget?  Should I not be attempting a submit on an invisible button at all?  My real usage scenario is an extension of this -- I have a "main" browser window, and several child windows.  The child windows can have the main page update itself in various ways by triggering one of these invisible buttons.  It would be a problem for me if this model won't work any longer.

Thanks

Maria Ilieva
Telerik team
 answered on 30 Oct 2008
1 answer
77 views
  Hi, I'm having a problem in the use of RADWINDOW. 

  I created a RADMENU on my master page and the external page I use a screen and access a RADWINDOW and this RADWINDOW getting this under the RADMENU that the master page ....

  What may be occurring from wrong? In the old version was not this way
Georgi Tunev
Telerik team
 answered on 30 Oct 2008
7 answers
224 views
Hi,

Just a quick one.

I've have a treeview that is a hierarchial view for a categories table.

I've successfully (big party!) implemented a complete ajax solution for editing db records with one exception:

Using EnableDragAndDropBetweenNodes set to true the destination node on server side is returning an existing child node of the destination node and not the destination node itself. Yet on the page it is performing as expected.

If I do a refresh, the moved node is now a child of the child of the destination node.

Could this be to do with RadTreeViewDropPosition?

Even if the visual line appears between nodes that in fact I could be hoverring on one of the child nodes instead and it is returning that node in code behind..?

What would be a good way to make sure that the drag and drop between nodes is in fact between nodes and that the destinationnode is the correct one?

Thanks for any help.

Colin

PS. I'm suing the default skins if that makes a difference.
Yana
Telerik team
 answered on 30 Oct 2008
5 answers
194 views
Hi,

I have a radWindow that works just fine in IE, but it doesn't display well in firefox. The content of the window appears, but the window itself is invisible except for the title and the upper right button which are all rendered as text (i.e. close, maximize) instead of little images.

Weird thing is that I tried to created a new simple project that only contains the link button to open the radWindow and the radWindow and this time it is rendered ok...

Anyone has seen this problem?

Thanks
Daniel Laforest
Top achievements
Rank 1
 answered on 30 Oct 2008
1 answer
77 views
when i generate the grid from server side,i get an error saying that i dont have enough memory. this is not true because with the same amount of data i could get it when i hardcode the grid. could you help me please. thanks

this is the message
'System.OutOfMemoryException' was thrown.

however if i use smaller amount of data, then it works fine. but if i retrieve data that has 20 thousands records, this will crash with the error above.
here is the link to my recent post that i haven't had help with since you asked for the code. thank you for helping.

http://www.telerik.com/community/forums/thread/b311D-btadkh.aspx
Vlad
Telerik team
 answered on 30 Oct 2008
1 answer
74 views
Hi,

I've looked in the forum for a solution to my problem and I found many users claiming about others issues, but I haven't been able to find anything related to my problem.

My scenario consists for a RadTabStrip that loads a UserControls (generally with RadGrids inside) dynamically into a MultipageView. But now I need something to divide the content in two sections. So I thought that RadSplitter could be a good solution.
So, I just put a RadSplitter with two RadPanes and 1 RadSplitterBar, and I put the MultiPlageView inside one of theses Panes.
When the Tab is fired and then loads the UserControl, it seems to overflow the RadPane. The RadPane doesn't show any scrollbar either. I set all possible widths and heights to 100%. Ah, this strange behaviour only ocurrs in IE7, I tested in Firefox and it pretty works, the RadPanel scrollbar appears, and the content doesn't overflow it's space.

I would you to investigate this scenario. If there is any information I could give to have this issue solved I can tell you. But I'm not able to provide you a demo of this problem, mainly because I have lost time too much with this issue and instead of creating a demo I would prefer to use another component to fullfill my expectations.

Thanks in advance,

Any help is appreciated.
Tsvetie
Telerik team
 answered on 30 Oct 2008
5 answers
132 views

Hi,

I'm not sure if this is a feature but when I try to insert some content into the 'Value' field in a textbox in design mode, the content gets deleted. The other fields - Name, Id, Tooltip all work fine.

Gavin
Rumen
Telerik team
 answered on 30 Oct 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?