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

Сopy project folder in IIS 7.5. But when I run, not one script does not work.

for example

protected void ShowWindowS()
    {
        string script = "function f(){$find(\"" + rdWindowSup.ClientID + "\").show(); Sys.Application.remove_load(f);}Sys.Application.add_load(f);";
        ScriptManager.RegisterStartupScript(Page, Page.GetType(), "key", script, true);
    }

protected void rdButtonRN_Click(object sender, EventArgs e)
    {
        ShowWindowS();
    } 


Run in Visual Studio 2012  all works.

I do not know what to do.


what settings you need to do to work scripts? IIS 7.5

















Marin Bratanov
Telerik team
 answered on 11 Mar 2014
1 answer
66 views
I am trying to export data from inner and outer grid while using virtualitemcount.

Outer data is exported successfully but it causing problem for inner grid

Please suggest on this.
Angel Petrov
Telerik team
 answered on 11 Mar 2014
18 answers
411 views
Hello Team;

I plan to build an ASP.Net Ajax using Telerik Ajax controls that runs in Azure. It will use Azure SQL for it's database and for all the images that needs to be stored, I will use Azure Blob Service.

I would like to know if there are any differences between a "Server Centric" and "Cloud Centric" when it comes to the AsyncUpload, in particular where the temp files are stored. and then transferring them to Blob.
Is there ant docs or samples or info available?

Thank you in advance.
Peter Filipov
Telerik team
 answered on 11 Mar 2014
1 answer
110 views
Hello,

I am using EF6 and the new EntityDataSource (Microsoft.AspNet.EntityDataSource) with Telerik.Web.UI v2014.1.225.40.
Since I have many views using EntityDataSource, I derived a subclass from EntityDataSource where ConnectionString, DefaultContainerName, ContextCreating, ContextDisposing are set, so I do not have to do this every time I use an EntityDataSource.

However this causes trouble with the RadGrid e.g. when writing. (I get the same errors as here.)
As I realized in this post and later through reflecting, the RadGrid (GridTableView) checks against a hard-coded list of data source views. I thought I could just derive a subclass of RadGrid, GridTableView. While I could override GridTableView.CreateDataSourceSelectArguments which contains some of those hard-coded views, I realized that there are some non-virtual methods that contain the hard-coded checks:GridTableView.IsDataSourceViewWithFiltering and GridTableView.IsEntityDataSourceView. (Are these all or is this an issue in other Telerik controls too?)

Maybe you could reorganize this to make my use case possible.
I propose to reuse IsEntityDataSourceView in CreateDataSourceSelectArguments and IsDataSourceViewWithFiltering so one does not need to override it (and DRY principle) and make IsEntityDataSourceView virtual.
Radoslav
Telerik team
 answered on 11 Mar 2014
1 answer
78 views
Hello,

I'm using OLAP connection to PivotGrid with configuration panel. I want to force a specific attribute field to filter zone and that field should not be drag &dropped, moved, or hide. context menu should not appear only for that attribute field. How to achiever this?

Regards,
Yohan
Konstantin Dikov
Telerik team
 answered on 11 Mar 2014
4 answers
89 views
Hello,

Color change is not saved.

For reproducing, follow the scenario above:

1. Go to the following example: http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx
2. Change to html mode, and clear all text and change back to design mode
3. In the design mode, type some text- for example: "Hellw World".
4. Mark the text and change it color to red
5. Press enter and change the text color to blue, type some text and then press enter
6. Type some text again, you can notice that the text colored was changed to red, when it should be blue.

Thanks,
Ianko
Telerik team
 answered on 11 Mar 2014
1 answer
58 views
Hi Telerik,

I need to implement Telerik RadChart inside RadEditor's html content and preview it.  Also, I need to show the Tool tip on RadChart on preview using RadToolTipManager control inside RadEditor. Although, I know that RadEditor supports only HTML content and RadChart renders as an image but we need to implement the desired functionality.

If you have any solution/suggestion for this problem then help me out. I need to implement this functionality as soon as possible.

Thanks in Advance

Regards
Saket

Ianko
Telerik team
 answered on 11 Mar 2014
3 answers
163 views
Hi,

We are using Telerik.Web.UI.dll version 2012.2.607.35.
I would like to find out if RadEditor supports HTML5.
If it does, how can I set it up ?

Thanks

Regards
Piotr
Ianko
Telerik team
 answered on 11 Mar 2014
2 answers
285 views
Hi everyone! I'm trying to create a Grid that uses a datatable as datasource; i have defined a wcf service whose GetDataAndCount method returns datasource from a datatable when the page is loaded; now, i would like to define within this method the logic that determines which data must be returned when columns of the grid are filtered; my idea is to make filter on datatable within GetDataAndCount method, the question is how can i read from this method the filter applied to each column (and then use it to filter data in datatable)?

Regards, thanks in advance.
Vittorio
Top achievements
Rank 1
 answered on 11 Mar 2014
6 answers
374 views
I have a listbox. And I am using item template. like that

    <telerik:RadListBox ID="lbOutputColumns" CssClass="RadListBox2" runat="server"
        SelectionMode="Multiple" AllowReorder="true" AutoPostBackOnReorder="true" EnableDragAndDrop="true"
        Skin="" Width="300px">
        <ItemTemplate>
            <div class="variables-list" style="width: 300px !important">
                <span><%# Container.DataItem %></span>
            </div>
        </ItemTemplate>
        <Items>
            <telerik:RadListBoxItem Text="USA"></telerik:RadListBoxItem>
            <telerik:RadListBoxItem Text="Turkey"></telerik:RadListBoxItem>
            <telerik:RadListBoxItem Text="Greece"></telerik:RadListBoxItem>
        </Items>
    </telerik:RadListBox>

When I used 

    <%# Container.DataItem %>

 listbox doesnt show me items text. how can I get text in radlistboxitem by using item template. 
Princy
Top achievements
Rank 2
 answered on 11 Mar 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?