Telerik Forums
UI for ASP.NET AJAX Forum
8 answers
127 views
I understand why ExcelML export doesn't work on TemplateColumns out of the box, but it would be nice if you placed somewhere on the top of your ExcelML documentation something like "Limitation: this will not work with TemplateColumns". I would rather know there is a limitation than spending time trying to figure out why the control won't work the way I expected.

Furthermore, I have seen numerous posts about this issue (many of which would likely be unecessary with the little bit of additional documentaiton I mentioned above) and most of these point to a link which no longer exists ("Export Tips and tricks"), claiming there is some way to get the ExcelML export to work with template columns. So my question, since there doesn't seem to be any documentation, is do you have a work-around to be able to get template columns to export in an ExcelML scenario? If so, can you provide a VB example?
Mira
Telerik team
 answered on 14 Feb 2012
1 answer
80 views
What is the client event for getting the selected text in combobox
aspx
<telerik:RadComboBox ID="RadComboBox1" runat="server" Height="300px" >
         <Items>
                <telerik:RadComboBoxItem Text="Room1" />
                 <telerik:RadComboBoxItem Text="Room2" />
</Items>
        </telerik:RadComboBox>
Princy
Top achievements
Rank 2
 answered on 14 Feb 2012
2 answers
107 views
To,
Problem: Unabled get Invalid file index
to remove the invalid file by upload.deleteFileInputAt(i); since upload.getUploadedFiles(); only get valid file index.



<telerik:RadAsyncUpload runat="server" ID="RadAsyncUpload1"
                        MultipleFileSelection="Automatic" AllowedFileExtensions=".sql" MaxFileSize="1000000"
                        OnClientValidationFailed="DeleteInvalidFiles">
</telerik:RadAsyncUpload>

function DeleteInvalidFiles() {
            var upload = $find("<%= RadAsyncUpload1.ClientID %>");
            var inputs = upload.getUploadedFiles(); //Get Valid File only

            for (i = inputs.length - 1; i >= 0; i--) {
                alert(inputs[i].value);
                if (!upload.isExtensionValid(inputs[i].value))
                    upload.deleteFileInputAt(i);
            }
}

Thks
From Tan;
Bozhidar
Telerik team
 answered on 14 Feb 2012
1 answer
53 views
Hi,

We have used RadWindow in our application and create a multiple instances on a page. So at the time of Page loading multiple scripts (ScriptResources.axd & WebResources.axd) being included for multiple instances of RadWindow.

So is there any approach to load a single ScriptResources.axd & WebResources.axd for all radwindow instances.

So please help us.

Thanks,
Abhishek
Top achievements
Rank 2
 answered on 14 Feb 2012
7 answers
321 views
Hi,

I enabled EnableCheckAllItemsCheckBox="true". When i click on check all text area its unchecking all other checked items in radcombobox. It should not uncheck other checkbox items when i click on check all text area(not check all check box).


Thanks,
Mahesh
Kalina
Telerik team
 answered on 14 Feb 2012
1 answer
89 views
Hello,
I have the skins working fine in visual studios. I have added the .dll to the project and I select the skin I want from the interface. When I play the project it shows up fine, but after I deploy and try to navigate to the page with the radscheduler it shows an error page saying it cant find the windows 7 skin.. I checked the server and the .dll is in the bin directory. Any ideas where I went wrong?
Peter
Telerik team
 answered on 14 Feb 2012
2 answers
133 views
hi i place ActiveX control in RadWindow
why the Install bar Appear in Parent window please refer 1.jpg

if i click install another window apeear with "Retry" and "Cancel"
if i click retry the the whole page reloads again - refer 2.jpg
if i click cancel and again open radwindow then oni appear "Install" window on RadWindow - refer 3.jpg

is it the behavior of RadWindow how can i handle this?
couldn't use ActiveX control on RadWindow ah?

i am using vs2010 ans Telerik Asp.net Ajax controls 2011 Q3
rdmptn
Top achievements
Rank 1
 answered on 14 Feb 2012
1 answer
209 views

We are opening a pop-up window from the parent window with the following code. The child window which we are opening does not have any Telerik controls and it’s an external link. The window opens fine, without any issues.

In the new opened child page there is a Query which gets executed when the print button is clicked. When this Jquery is called it opens a print dialog box as expected, but when the window is printed, it’s not taking the print.css and also its printing the parent page.

 

 

.cs code
txtDDDD.NavigateUrl = "javascript:top.openMaximizePopup(‘URL’)

 

JavaScript Code in the parent page
function
openMaximizePopup(url)

{

var oWnd = top.radopen(url, "modalPopup");

      oWnd.SetSize(widthValue - 260, heightValue - 150);

      oWnd.set_behaviors(Telerik.Web.UI.WindowBehaviors.Close + Telerik.Web.UI.WindowBehaviors.Maximize);

      oWnd.set_modal(true);

      if (title != "") oWnd.set_title(title);

      oWnd.Center();

}

 

Javascript in Child Page

 <script language = "javascript" type="text/javascript">

        $(document).ready(function () {

            $("input[id$= ImageButtonPrint]").click(function() 

            {

                   window.print();

            });

        });

 

 

Any help on this is appreciated.

rdmptn
Top achievements
Rank 1
 answered on 14 Feb 2012
1 answer
54 views
Hi,

I'm using a User Control Edit Form to insert/update records on RadGrid. On my User Control Edit Form, there is a DropDownList control. The problem is when the DropDownList is focused, if I hit Up/Down Keys to select a item, the selected row on the RadGrid changes.

Let's say I have 5 records on the grid, and 3. record/row is selected. On the DropDownList, if I hit Up Key to go through the items, 2. record/row will be selected on the RadGrid.

Thanks,

Nazmi
Tsvetoslav
Telerik team
 answered on 14 Feb 2012
2 answers
59 views
on page

http://demos.telerik.com/aspnet-ajax/listview/examples/appearancestyling/customlayouts/defaultvb.aspx

Marc
Fit2Page
Top achievements
Rank 2
Bronze
Iron
Iron
 answered on 14 Feb 2012
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?