Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
87 views
Hello -

I've browsed the system requirements for the ASP.NET AJAX RadControls, but was hoping someone could clarify something for me before we move forward with a purchase. For our application, management has dictated that .NET 4 must not be a requirement for the end user to install, either on the client or server. .NET 3.5 SP1 is the latest version of .NET we require our customers to have installed.

Does this preclude the use of the ASP .NET AJAX RadControl toolkit?

(At this point, the control we are most interested in is the scheduler).

Many thanks -
Matt
Yana
Telerik team
 answered on 02 Feb 2011
2 answers
232 views
Hi,
 I get the following error  when I try to binding a RadTextBox control to a Open Access object:

The type 'Telerik.OpenAccess.SPI.dataobjects.PersistenceCapable' is defined in a no reference assembly. You must to add a reference assembly 'Telerik.OpenAccess, Version=2010.3.1125.1, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342'

The message is a translate from spanish.

I have added all reference to Telerik.OpenAccess. I don't know what to do.

my code in the aspx page is:
<telerik:RadTextBox ID="nombreTextBox" runat="server" CssClass="textEntry"
Text="<%# myEntity.stringProperty %>">   </telerik:RadTextBox>

the object "myEntity" is in the code behind, and is an entity from ORM Open Access
Alexander
Telerik team
 answered on 02 Feb 2011
3 answers
92 views
Hi,

In our current project, we are experiencing additional issues when dealing with "connected" reusable content (apart from the issues mentioned in other posts and that are -at least partially- solved). First of all, when adding connected reusable content (with connected I mean set to update automatically) we noticed that the reference between the content item (page) and the reusable content is not created, so one can still delete the reusable content that is attached to a content item. We are not entirely sure that this is caused by the rad editor, but since we have not made any changes to the reusable content configuration, and after discussion with Microsoft, we are suspecting that the rad editor does something wrong. This leads to the second and more serious issue that if we delete a reusable content item connected to a page, and restore it later, we can never add it again to the page. It will just show the small "a" character (known but afaik solved), and then nothing (bug!). When doing a little investigation I noticed that the rad editor emits javascript to fix/format and transfer the editor's content into a hidden field. That's the point where it goes wrong. What happens now is that the javascript first reformats the content (so that SharePoint can handle the reusable content specific tokens) and then puts the reformatted content into the hidden field. However, it should first get the unformatted content from the editor, put it in the hidden field, and then reformat the content in the editor. I tested this scenario using the web developer tools of IE8 (Firefox does not play well with the reusable content picker) and when reversing the logic as described, it apparently works. I might be missing something of course, as I don't know the inner workings of the tool.
The version we are using is RadEditor 5.7.3 on MOSS (we have purchased a license but are now trying to find out who actually holds the license key so we can open a support ticket)

Many thanks for your response.

Ben
Stanimir
Telerik team
 answered on 02 Feb 2011
1 answer
64 views
When I add a button column for the Edit/Update/Cancel button, I can change the button type to be an image, and it will automatically fetch the telerik skin images from WebResource.axd, and in the properties of the column you can see that for the image url it's using "mvwres://...".

However, if I try to do anything similar with a Delete column button, it doesn't work.  I'm assuming the delete icon is stored as a resource in the telerik dll just like the edit/update/cancel images are.  Is there any way to have it reference this image rather than copying the delete.gif from telerik program files to my application directory and manually pointing the delete column to use this gif? 
Tsvetina
Telerik team
 answered on 02 Feb 2011
1 answer
119 views
I have a RadListView with 3 columns! My problem is that when there is only one items to be displayed the ListView width is just like the item width.

http://img220.imageshack.us/img220/1303/nonstretched.jpg

If i have three items to be shown up it is displayed correctly fully stretched across the page.

http://img98.imageshack.us/img98/6531/stretchedy.jpg

How do i make it remain fully stretched even if there is only one item (or two) ???

Thanks
Radoslav
Telerik team
 answered on 02 Feb 2011
1 answer
115 views
I have a website that currently has a data grid on a page called "data_manager.aspx".  I am adding a new data grid page called "data_manager2.aspx", but I want the user to choose which page to view when the menu link is clicked.

1)  When a user clicks the data manager menu option, it will launch a radWindow Modal that asks them which page they want to view.

2) When the user clicks the link to the page he/she wants to view, the modal window closes and the parent window directs to the appropriate page.

3) Query strings must pass between the parent to the rad modal back to the new parent when the selection is made.

Ideas on how to do this?
Shinu
Top achievements
Rank 2
 answered on 02 Feb 2011
2 answers
141 views
Hi,

I want to use jQuery AJAX methods to load a User Control containing Telerik controls dinamically/programatically.

I want to do this because I am trying to develop an ASP.NET application without PostBacks. I will maintain in my Master page all JSON collections returned from my WCF services and do client binding of this collections to Telerik Controls.

I will load the user controls only for the first time they are called and maintain them in separated DIVs. When the controls is needed again I will switch them using jQuery hide/show intead of loading the user control again.

Telerik has a very good support for client manipulation of controls using javascript so I beleieve that this is possible.

I have a jQuery small framework that already do this with html pages in an MVC application. The problem is that Telerik ASP.NET MVC does not have enough controls as do Telerik ASP.NET and I need some of them.

This page here (http://aspxtutorial.com/post/2011/01/02/Load-aspnet-web-user-control-using-jQuery-and-web-method.aspx) show how to load ASP.NET controls with jQuery.  I could test with some Telerik controls but I need to know if all ASP.NET Telerik Controls support this kind of procedure/architecture.

Can you help me ???
mvbaffa
Top achievements
Rank 1
 answered on 02 Feb 2011
4 answers
187 views
Hi all,

I'm having trouble trying to get the client event "ValueChanged" of the RadNumericTextBox to fire when AllowOutOfRangeAutoCorrect is set to false. I have my RadNumericTextBox inside a GridTemplateColumn from the RadGrid. The JS function is never called.

Here's how my code looks like:

<telerik:GridTemplateColumn HeaderText="Qty" DataField="Quantity" UniqueName="Quantity">
                <ItemTemplate>
                    <telerik:RadNumericTextBox ID="quantity" runat="server"
                        DataType="System.Int32"     
                        AllowOutOfRangeAutoCorrect="false"                
                        MinValue='<%# Decimal.Parse(Eval("MinimumQuantity").ToString()) %>'
                        DbValue='<%# Convert.ToInt32(Eval("Quantity")) %>'
                        Type="Number"
                        SelectionOnFocus="SelectAll"
                        NumberFormat-DecimalDigits="0">
                        <ClientEvents OnValueChanged="OnClientValueChanged" />
                    </telerik:RadNumericTextBox>
                </ItemTemplate>
            </telerik:GridTemplateColumn>

<script type="text/javascript">
        function OnClientValueChanged(sender, args)
        {
             alert("hello");
         //do something
        }
</script>

Thanks in advance!

Eric
Eric
Top achievements
Rank 2
 answered on 02 Feb 2011
2 answers
159 views
I have a custom control that contains a radSkinManager, radScriptManager and a radMenu. This control is on every web page. My client wants the "Default" skin applied and the font on the menu set to bold. I have set the radMenu property "Font-Bold='true'" but the skin overrides this and turns off the bold. How do I get around this??
dhuss
Top achievements
Rank 1
 answered on 02 Feb 2011
2 answers
97 views
(I mean DISABLING) :)

In my application the tasks displayed will be filter on a per user basis.

For example when User A is logged in, they will see only User A's tasks.

Some users however will have the ability to see the tasks of other users.

My question is how do I set the scheduler in these cases to read only. A user looking at another users tasks cannot Create, Update or Delete tasks. Nor can they more or re size a task.

I don't want it dimmed out. I just want is so all edit functions are disabled.

Cheers.

Brad
Brad
Top achievements
Rank 1
 answered on 01 Feb 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?