Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
141 views
Hi,

I have a rad grid that I wanted to have static headers for, when I added the code

 

<ClientSettings>

 

<Scrolling AllowScroll="True" UseStaticHeaders="true"/>

 

</ClientSettings>

and ran my app again, I got the following error when the page that contained the grid loaded:

Microsoft JScript runtime error: Sys.InvalidOperationException: A control is already associated with the element.

I am using the the ajax 2008 qtr 2 version of the telrik controls.

Many thanks

Mike Eaton
Top achievements
Rank 1
 answered on 08 Jan 2009
1 answer
68 views
When you highlight an image and then click the file manager to link that image to a pdf, when it's done, it replaces the photo with text.
Tervel
Telerik team
 answered on 08 Jan 2009
1 answer
204 views
If I have a simple XML file, like this:

<top>
  <customer aaa="sss">
    <name>Cust1</name>
    <phone>123456789</phone>
    <size>Large</size>
  </customer>
  <customer aaa="sss">
    <name>Cust2</name>
    <phone>987654321</phone>
    <size>Small</size>
  </customer>
</top>

And a RadGrid control like this... 

<telerik:RadGrid ID="SearchResultsRadGrid" runat="server">

  <MasterTableView
    AutoGenerateColumns="true"
    CommandItemDisplay="Top" >
    <Columns>
    </Columns>
  </MasterTableView>  

</telerik:RadGrid>
  
  
And I bind the XML to the Grid control via an XMLDataSource with this following code:

xmlDataSource.DataFile = @"C:\Development\TestArea\SimpleXML.xml";
xmlDataSource.XPath = "top/customer";
      
SearchResultsRadGrid.DataSource = xmlDataSource;
SearchResultsRadGrid.DataBind();       

I would expect to see rows of name, phone, and size columns.

Instead I get this error: "Cannot find any bindable properties in an item from the datasource" 

Rows and columns appear if I put attributes on the <customer> node, but this is not want is needed.

What am I missing to get the grid to display the data under the <customer> node?

Thanks

Princy
Top achievements
Rank 2
 answered on 08 Jan 2009
1 answer
126 views
Hi Telerik,

We baught Telerik controls two years ago, and our product is online this year, unfortunately now we are suffering from the memory leak issue of the Grid control in product environment; we used Telerik grid a lot in our solution, and we have to fix this issue or our customer will not happy. I notice there was a service package in 2008 (Q2 2008 SP2 ) which fixed some memory leak issue; I want to confirm if our product can apply this service package;

These are version information of our purchase:
RadGrid.Net2.dll -- 4.6.2.0
RadCalendar.Net2.dll -- 2.0.2.0
RadTabStrip.Net2.dll -- 3.4.2.0
RadPanelbar.Net2.dll -- 4.1.2.0
RadInput.Net2.dll -- 1.5.2.0
RadWindow.Net2.dll -- 1.7.2.0

It's a very urgent issue, please help, thanks a lot!

Regards,

Hargen
Sebastian
Telerik team
 answered on 08 Jan 2009
2 answers
120 views
Hi,
Due to some framework requirements, we are currently extending your ajaxpanel by adding a collection property to it. However; we have met 2 issues when adding this. First is that the ajaxpanel expects webcontrols inside its tags and thus gives an error (no runat attribute). Second is that the panel does not seem to accept that a designer is adding an inner collection, maybe an internal parsing issue?

Any thoughts on how to solve this?
staron
Top achievements
Rank 1
 answered on 08 Jan 2009
1 answer
119 views
Hi Telerik,

We baught Telerik controls two years ago, and our product is online this year, unfortunately now we are suffering from the memory leak issue of the Grid control in product environment; we used Telerik grid a lot in our solution, and we have to fix this issue or our customer will not happy. I notice there was a service package in 2008 (Q2 2008 SP2 ) which fixed some memory leak issue; I want to confirm if our product can apply this service package;

These are version information of our purchase:
RadGrid.Net2.dll -- 4.6.2.0
RadCalendar.Net2.dll -- 2.0.2.0
RadTabStrip.Net2.dll -- 3.4.2.0
RadPanelbar.Net2.dll -- 4.1.2.0
RadInput.Net2.dll -- 1.5.2.0
RadWindow.Net2.dll -- 1.7.2.0

It's a very urgent issue, please help, thanks a lot!

Regards,

Jerry
Ivo
Telerik team
 answered on 08 Jan 2009
0 answers
101 views
Hi ,

I'm trying the Export to PDF RadEditor function..(well actually need to export and save to an external file of type pdf), but still,..first things first..

Problem is:   I cannot get a reference to  EditorExportSettings...in code behind.
I am using 

using

Telerik.Web.UI;

version is Q2 2008, and I have updated the Telerik.Web.UI.dll from within vs   "Add ExistingItem" browse to the new dll overwriting the Q4 2006 one  (apparently).

And I don't have any luck with the documentation re setting it by  " the Place an attribute in the opening tag of the Telerik RadEditor control in the form Property-Subproperty, where Subproperty is a property of the EditorExportSettings object (for example, ExportSettings-FileName).

..Heck, not even sure what is meant by  "in the form Property-Subproperty"...similarly the last option in the docm...Nest a <ExportSettings> element

Could someone give me some clarity and help please.
Thanks
Neal



 

Neal
Top achievements
Rank 1
 asked on 08 Jan 2009
5 answers
1.4K+ views
I'm using the latest build of Rad controls and the radconfirm dialog boxes.

I was looking at the following example:
http://demos.telerik.com/aspnet/Window/Examples/BrowserDialogBoxes/DefaultCS.aspx

and noticed that the confirm window in this example presents a Yes/No option, while my window shows Ok/Cancel buttons.

What do I have to do to provide the user with Yes/No buttons instead?

Thanks,

Rod



Georgi Tunev
Telerik team
 answered on 08 Jan 2009
1 answer
144 views

Hi,

 

I am currently using Telerik  RadControls version 5.5.2.0.

 

I am working on Asp.Net 2.0 framework and preparing a simple listing based application.

 

While using the control telerik:RadEditor, I am facing some of the following difficulties:

 

1.            I can’t handle the control to javascript function.  It is not possible to catch the keypress event of the control.

2.            Changed text of the control is not traceable.  Control.value property always shows load time value and not the current text.

can anyone please suggest me some solution for the above problem?

Tervel
Telerik team
 answered on 08 Jan 2009
0 answers
51 views
In Timeline view when user doubleclicks on a particular timeslot of the scheduler to enter appointment, I want to redirect him to another page for making an appointment and send the start time, end time and resource name for that timeslot to that page. Please help. Stuck on this issue for a long time.
Indranik
Top achievements
Rank 1
 asked on 08 Jan 2009
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?