Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
74 views

Hi,

how to add footer i.e. total sum of columns data in print.
it is displaying in grid but while printing that grid in msword that column in not coming.

please suggest.
Daniel
Telerik team
 answered on 13 Oct 2010
6 answers
445 views
Greetings,

I am attempting to access controls inside the EditItemTemplate Via a Javascript. It is a project requirement that I read the text of a text box as it is entered and based on that text hide and remove information. Below is the code I currently working with. Again, the text box is currently inside a RadListView EditItemTemplate. Any information would be most appreciated.

<telerik:RadTextBox runat="server" ID="myTextBox" Width="150px" Text='<%#Bind("Number")%>'>
<ClientEvents OnLoad="showPLC" OnKeyPress="showPLC" />
</telerik:RadTextBox>
 
<script language="javascript" type="text/javascript">
 
    function showPLC() {
 
        var eItem = $find('<%= RadListView1.Items[0] %>');
 
        if (eItem.IsInEditMode) {
 
            var num = eItem.FindControl("myTextBox").val();
            var bin = num.substring(0,6);
            if (bin == '577442') {
 
                eItem.FindControl("divEffect1").hide();
                eItem.FindControl("divEffect2").slideDown();
 
            } else {
 
                eItem.FindControl("divEffect1").slideDown();
                eItem.FindControl("divEffect2").hide();
            }
        }              
    }
 
</script>


Thank you for your time!
Shane
Top achievements
Rank 1
 answered on 13 Oct 2010
4 answers
257 views
Currently i am using telerik controls in webpart for sharepoint.I used radsliderItem control .even i have given referance along with changes in the web.config of sharepoint.But i am getting the error viz.,
error CS1705: Assembly 'Telerik.Web.UI, Version=2009.1.311.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' uses 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'

Scenario:
I used this control in user control and added in control template folder in sharepoint and from that folder i am using usercontrol as webpart in sharepoint as such i am getting an error as mentioned above.

please help us...
Abrash
Top achievements
Rank 1
 answered on 13 Oct 2010
1 answer
82 views
I have found the documentation for the radMenu CSS tags at http://www.telerik.com/help/aspnet-ajax/menu_appearancecssselectors.html. This documentation seems incomplete. I have looked in your latest RadControlExamples - Menu - Examples - Default - styles.css file and am finding tags like ".support-firstColumn", ".community-firstColumn" that are not listed on this web page. Are these menu tags and if so, is there an up-to-date listing of all the tags and a description of what they do?
Yana
Telerik team
 answered on 13 Oct 2010
3 answers
130 views
Hi,

Can someone send me a very basic working visual studio project web part using RADControls?
I am new at this and I am not sure if my AJAX is installed correctly.
Thank you!

Abrash
Top achievements
Rank 1
 answered on 13 Oct 2010
3 answers
67 views
Hey iam very new to sharepoint and telerik controls.

am using a site template to create a site which already has some custom telerik controls used on it.

so am using same template to create on another sub site on different sub site.

when i create the subsite with template , site got created , but when iam trying to open the site it says - An error occurred during the processing of . Could not load file or assembly 'Telerik.Web.UI, Version=2008.3.1125.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The system cannot find the file specified.!

I know that telerik controls are not installed or added to the solution on the server.

can anyone take the pain and explain me how to add telerik controls to the wss3.0 solution?

Thanks In Advance!
Abrash
Top achievements
Rank 1
 answered on 13 Oct 2010
0 answers
73 views
UPDATE: My apologies for asking a question easily answered by a few pokes around on the website.
--------------------------

Background:
I am not allowed to call the database directly from the presentation layer. Stored procedures have been wrapped as methods in the DAL and made available to the Presentation layer via methods in the BLL.

Question: Is there any way to use methods or delegates as a source supporting Load-On-Demand for a RadComboBox?

Brad
Brad
Top achievements
Rank 1
 asked on 13 Oct 2010
1 answer
49 views
I am having an issue opening the file when exporting a RadGrid to excel in a 64 bit version of IE.  The same page works fine with the 32 bit version of IE.  When it fires off the export function you get prompted to open or save the file.  In both versions when you save the file you can open it just fine but  in the 64 bit IE8 version when you click the open option nothing happens.  The open works fine in the 32 bit version of IE.  I was wondering if the telerik people experienced this behavior also.  Is there a browser setting that might influence this behavior?  Thanks in advance for any help.
Daniel
Telerik team
 answered on 13 Oct 2010
1 answer
86 views
Hi There,

I have a standard RadGrid (v2009.2.701.20) implemented with EditMode set to "PopUp" in the MasterTableView. Is there a standard way to lock the position of the modal popup window and prevent the user from moving it around the screen?

Any help on this is appreciated.

Thanks!
Jerry
Daniel
Telerik team
 answered on 13 Oct 2010
3 answers
329 views
Hi Guys,

I think this is a simple one - I'm missing something basic.

I'm running the following;

' The item exists, so select it
inDDL.SelectedIndex = inDDL.FindItemIndexByValue(selectValue)

However Im not getting the right result. When I look at the control after this code has executed the combo box shows the first item in the list as opposed to the one I have just selected. If I exapnd the drop down list so I can see all the items, the one I have "selected" in my code is highlighted, but not the one shown when the box is not expanded.

How can I make the selected item the one that is shown in the collapsed combo box?

Shane
Shane Clay
Top achievements
Rank 1
 answered on 13 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?