Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
76 views
When pop up the rad window it will disable the parent window controls (but not all controls check boxes and grids not disable). after close the rad window disable controls not getting enabled. This is happens IE 8 only. In IE 7 it after close the rad window it enables the parent controls.
Marin Bratanov
Telerik team
 answered on 27 Sep 2011
3 answers
108 views
I have this issue where I call a function to open a radwindow that works fine in FF but only works the first time in IE...

function MyFunction() 
{
    debugger;
    var oWnd = radopen("http://www.google.com", "MyRadWindow");
    oWnd.Show();
}

very simple I know...I hit the break point fine everytime in FF but in IE only the first time...
here is how I am calling the function...there are hyperlink controls in a repeater...
lnk.Attributes.Add("onClick", "javascript: MyFunction(); return false;");

the error that I get is: Microsoft JScript runtime error: Object doesn't support this property or method

as if it doesn't see the function. if a change the myfunction() to alert("hello") it works every time...

am I missing something?  thanks!
Marin Bratanov
Telerik team
 answered on 27 Sep 2011
7 answers
615 views
Hi,
I've been working on a page and doing most of the code on the clientside. To keep the page tidy I wanted to move all the code in to a .js file and work in there. When I move the code the rowselected becomes undefined. Is it possible to move the code?

Thanks

Karl
Top achievements
Rank 1
 answered on 27 Sep 2011
1 answer
80 views
Hi,

I have approx 20 columns in the grid. and First two fields are marked as Frozen.
When i scroll to exteme right, the scroll bar disappears.

See attached image.

Regards
Pavlina
Telerik team
 answered on 27 Sep 2011
8 answers
280 views
I'm trying to get an element id from inside a radgrid's GridTemplateColumn ItemTemplate.
But i keep getting 'btnContainer' does not exist in the current context.
How do i get it's id?


jquery:
 
document.getElementById('<%= btnContainer.ClientID %>')

radgrid:

<telerik:GridTemplateColumn>
      <ItemTemplate>
            <asp:LinkButton ID="btnContainer" class="ActionMenuButton" runat="server" >Actions</asp:LinkButton>
      </ItemTemplate>           
</telerik:GridTemplateColumn>
prat
Top achievements
Rank 1
 answered on 27 Sep 2011
3 answers
92 views
Hello ,

I am using AsyncUpload the control in my project.
I am facing some problem in it when I upload large file it stuck .

could you please advice me some solutions.

http://awesomescreenshot.com/0del69a20

Thanks
Waji
Princy
Top achievements
Rank 2
 answered on 27 Sep 2011
12 answers
227 views
When I am trying to export to pdf from telerik radgrid,the following exception is getting thrown : 

Telerik.Apoc.ApocException: The id "ctl00_ctl00_BodyContentPlaceHolder_BodyContentPlaceHolder_SearchModifiedContent_ModifiedContentList_ModifiedContentsReportGrid_ctl01_ctl02_ctl00_lblClientName" already exists in this document
  at Telerik.Apoc.DataTypes.IDReferences.CreateID(String id)
  at Telerik.Apoc.Fo.FObjMixed.Layout(Area area)
  at Telerik.Apoc.Fo.Flow.Block.Layout(Area area)
  at Telerik.Apoc.Fo.Flow.TableCell.Layout(Area area)
  at Telerik.Apoc.Fo.Flow.TableRow.Layout(Area area)
  at Telerik.Apoc.Fo.Flow.AbstractTableBody.Layout(Area area)
  at Telerik.Apoc.Fo.Flow.Table.Layout(Area area)
  at Telerik.Apoc.Fo.Flow.Block.Layout(Area area)
  at Telerik.Apoc.Fo.Flow.Flow.Layout(Area area, Region region)
  at Telerik.Apoc.Fo.Flow.Flow.Layout(Area area)
  at Telerik.Apoc.Fo.Pagination.PageSequence.Format(AreaTree areaTree)
  at Telerik.Apoc.StreamRenderer.Render(PageSequence pageSequence)
  at Telerik.Apoc.Fo.FOTreeBuilder.EndElement()
  at Telerik.Apoc.Fo.FOTreeBuilder.Parse(XmlReader reader)

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.SystemException: Telerik.Apoc.ApocException: The id "ctl00_ctl00_BodyContentPlaceHolder_BodyContentPlaceHolder_SearchModifiedContent_ModifiedContentList_ModifiedContentsReportGrid_ctl01_ctl02_ctl00_lblClientName" already exists in this document
  at Telerik.Apoc.DataTypes.IDReferences.CreateID(String id)
  at Telerik.Apoc.Fo.FObjMixed.Layout(Area area)
  at Telerik.Apoc.Fo.Flow.Block.Layout(Area area)
  at Telerik.Apoc.Fo.Flow.TableCell.Layout(Area area)
  at Telerik.Apoc.Fo.Flow.TableRow.Layout(Area area)
  at Telerik.Apoc.Fo.Flow.AbstractTableBody.Layout(Area area)
  at Telerik.Apoc.Fo.Flow.Table.Layout(Area area)
  at Telerik.Apoc.Fo.Flow.Block.Layout(Area area)
  at Telerik.Apoc.Fo.Flow.Flow.Layout(Area area, Region region)
  at Telerik.Apoc.Fo.Flow.Flow.Layout(Area area)
  at Telerik.Apoc.Fo.Pagination.PageSequence.Format(AreaTree areaTree)
  at Telerik.Apoc.StreamRenderer.Render(PageSequence pageSequence)
  at Telerik.Apoc.Fo.FOTreeBuilder.EndElement()
  at Telerik.Apoc.Fo.FOTreeBuilder.Parse(XmlReader reader)

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:

[SystemException: Telerik.Apoc.ApocException: The id "ctl00_ctl00_BodyContentPlaceHolder_BodyContentPlaceHolder_SearchModifiedContent_ModifiedContentList_ModifiedContentsReportGrid_ctl01_ctl02_ctl00_lblClientName" already exists in this document
   at Telerik.Apoc.DataTypes.IDReferences.CreateID(String id)
   at Telerik.Apoc.Fo.FObjMixed.Layout(Area area)
   at Telerik.Apoc.Fo.Flow.Block.Layout(Area area)
   at Telerik.Apoc.Fo.Flow.TableCell.Layout(Area area)
   at Telerik.Apoc.Fo.Flow.TableRow.Layout(Area area)
   at Telerik.Apoc.Fo.Flow.AbstractTableBody.Layout(Area area)
   at Telerik.Apoc.Fo.Flow.Table.Layout(Area area)
   at Telerik.Apoc.Fo.Flow.Block.Layout(Area area)
   at Telerik.Apoc.Fo.Flow.Flow.Layout(Area area, Region region)
   at Telerik.Apoc.Fo.Flow.Flow.Layout(Area area)
   at Telerik.Apoc.Fo.Pagination.PageSequence.Format(AreaTree areaTree)
   at Telerik.Apoc.StreamRenderer.Render(PageSequence pageSequence)
   at Telerik.Apoc.Fo.FOTreeBuilder.EndElement()
   at Telerik.Apoc.Fo.FOTreeBuilder.Parse(XmlReader reader)]
   Telerik.Apoc.ApocDriver.FireApocError(String message) +82
   Telerik.Apoc.Fo.FOTreeBuilder.Parse(XmlReader reader) +699
   Telerik.Apoc.ApocDriver.Render(XmlReader inputReader, Stream outputStream) +206
   Telerik.Apoc.ApocDriver.Render(TextReader inputReader, Stream outputStream) +43
   Telerik.WebControls.Grid.Export.TableViewExporter.PdfExportRenderForm(HtmlTextWriter nullWriter, Control form) +832
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +109
   System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +8696541
   System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +31
   System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +53
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100
   System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +40
   Telerik.WebControls.Grid.Export.TableViewExporter.PdfExportRenderPage(HtmlTextWriter nullWriter, Control page) +107
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +109
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8
   System.Web.UI.Page.Render(HtmlTextWriter writer) +29
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2671

Can anyone provide some inputs as to how to solve this?
Partha
Top achievements
Rank 1
 answered on 27 Sep 2011
2 answers
102 views
Hi, can any one suggest me if RAD AJAX Controls not supported by server having OS 2008.
Actually, I installed Trial Version on developer's PC having Windows XP, later installed Licensed Version and did all steps like removing old DLLs etc.

Now after deployment on Server having OS Windows 2008 some controls have issues like RAD Combo not in shape and RAD Grid doesn't show  Scrolling images.

Please can any one advise me.


Thanks in advance.
Sanjeev
Top achievements
Rank 1
 answered on 27 Sep 2011
1 answer
264 views
I have a RadMenu component with images set against it.  It is vertically aligned and I need to have the corresponding item text be middle-aligned vertically. 

Thank you.
Shinu
Top achievements
Rank 2
 answered on 27 Sep 2011
2 answers
122 views
I have an issue with a RadMenu on my master page where it appears to be going to the next line.  It's a data-driven menu and there seems to be a specific width where it rolls over to the next line.  I want it to line up across the page and not roll over to the next line.  Is there a maximum width setting anywhere that I am missing?  Thanks.
Marty
Top achievements
Rank 1
 answered on 27 Sep 2011
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?