Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
80 views
Hi, we are experiencing a significant issue with the Table Properties wizard in the editor where it is re-writing our HTML code (incorrectly) whenever we try to edit the table properties via the popup.  Please watch the video here: http://youtu.be/TmuLBH0KKnk to see this problem first hand.  If there are any recommendations for things we can change to fix this we'd greatly appreciate it.  If there is any additional information that we can provide please let me know.

Thanks!
-Mark
Ianko
Telerik team
 answered on 13 Mar 2015
8 answers
248 views
Telerik Product version: 2014.1.403.40

There is an issue of extra <DIV> tag inserted into the HTML code during the bullet list creation in theTelerik Editor. It is preventing the user from adding addition bullet entry in the bullet list. (See attached doc Steps to reproduce the extra.png for the steps to reproduce the issue. This is a Word docx. Please rename it docx extension to open it).

Thanks,
Chuck
Wolters Kluwer/UpToDate Inc.
Ianko
Telerik team
 answered on 13 Mar 2015
0 answers
113 views
Hi

  I am using the below code in my index page
<script>
  $(function () {
        if (somecondition) {
            getresult();
        }
        if (anothercondition > 0) {
           setTimeout(function () {
                if (result.toLowerCase() == "true") {
                    window.location.href = "goto result page;
                }
                else {
                    window.location.href = "goto index page";
                }
            }, 9000);
        }
    });

function getresult() {
        $.ajax({
            url: '@Url.Action("action", "controller")',
            data: {
                param1: 0
            },
            type: 'GET',
            async: true,
            contentType: "application/json;charset=utf-8",
            cache: false,
            success: function (data) {
                result = data
            },
            error: function (x, t, m) {
                result = "FAILURE"
            }
        });
    }
</script>

I would like to navigate to some other view ex: "sample/failedstatus"
How can I do, as though I place the code something like below i am not able to redirect page 

  error: function (x, t, m) {
    window.location.href = "test/sample/failedstatus";
                result = "FAILURE"
            }

Can anyone help me how can I do this?

Thanks in advance








sho
Top achievements
Rank 1
 asked on 13 Mar 2015
0 answers
193 views
Hello,

My site was working perfect but suddenly stop working and getting error of "This control is complied for ASP.NET 1.x. Please use the ASP.NET 2.0 native version: RadPanelbar.Net2.dll" find in attachment.

Please help me as soon as possible.

Thanks.
Bhumi
Top achievements
Rank 1
 asked on 13 Mar 2015
1 answer
147 views
Hi
I have requirement where i have data shown in Rad Grid(Assuming 4 Columns) and for each row at the end i need to add button as Update
Once i clicked the Update button i want pop up window opened with the values for the row.
I was able to achieve the same using the below Example
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/edit-form-types/defaultcs.aspx.
But now the requirement is little complicated here
Assuming We show EmployeeId,Firstname,Lastname and State
1 Steve Jobs CA as example
When clicked on edit button it shows me these values and i can manullay update - But for Countries in need all the States avaialble - Say a list of 50 States shown rather than just textbox of CA and manually typing  chaning to NJ - I want dropdown of all 50 States which i have in List and Have CA - selected.
This way the user can edit select what ever state he wants to select.

How to achieve the same, Thanks in advance
Pavlina
Telerik team
 answered on 12 Mar 2015
7 answers
289 views


 I am trying to build a simple web page with RAD TabStrip Control from Telerik. The Mulitpage controls corresponding to the TabStrip controls have an SSRS report item embedded inside of it. When debugging the application from within Visual Studio, I see the first Tab correctly but all other tabs have a problem. The SSRS report item within all other tabs is shrinked to an item that is only 1 pixel wide. Almost invisibile but if you look closely you can notice. Using Visual Studio 2010 and SSRS 2008.


 

<asp:Content ID="BodyContent" ContentPlaceHolderID="BodyContent" runat="server"
  
<telerik:RadScriptManager ID="ScriptManager1" runat="server" EnableTheming="True"
</telerik:RadScriptManager
  
<br /> 
  
<telerik:RadTabStrip ID="RadTabStrip1" runat="server" SelectedIndex="3" 
     ReorderTabsOnSelect="True" Skin="Outlook" style="margin-bottom: 41" 
     MultiPageID="RadMultiPage1"
    <Tabs
    <telerik:RadTab runat="server" Text="Item 1" Selected="True"
    </telerik:RadTab
    <telerik:RadTab runat="server" Text="Item 2"
    </telerik:RadTab
    <telerik:RadTab runat="server" Text="Item 3"
    </telerik:RadTab
    <telerik:RadTab runat="server" Text="Item 4"
    </telerik:RadTab
    </Tabs
</telerik:RadTabStrip
  
<telerik:RadMultiPage ID="RadMultiPage1" runat="server" BorderColor="Black" 
    BorderStyle="Solid" BorderWidth="1px" SelectedIndex="3"
  
<telerik:RadPageView ID="RadPageView1" runat="server" Selected="True" Width="100%"
    <div style="width: 100%; min-width: 100px"
    <rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana" 
    Font-Size="8pt" InteractiveDeviceInfos="(Collection)" ProcessingMode="Remote" 
    WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt" Width="100%" 
    CssClass="aspNetDisabled"
    <ServerReport ReportPath="^^^Some Path Goes in here^^^" /> 
    </rsweb:ReportViewer
    </div
</telerik:RadPageView
  
<telerik:RadPageView ID="RadPageView2" runat="server" Width="100%"
    <div style="width: 100%; min-width: 100px"
    <rsweb:ReportViewer ID="ReportViewer2" runat="server" Font-Names="Verdana" 
    Font-Size="8pt" InteractiveDeviceInfos="(Collection)" ProcessingMode="Remote" 
    WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt" Width="100%" 
    CssClass="aspNetDisabled"
    <ServerReport ReportPath="^^^Some Path Goes in here^^^" /> 
    </rsweb:ReportViewer
    </div
</telerik:RadPageView
  
 <telerik:RadPageView ID="RadPageView3" runat="server" Width="100%"
     <div style="width: 100%"
    <rsweb:ReportViewer ID="ReportViewer3" runat="server" Font-Names="Verdana" 
    Font-Size="8pt" InteractiveDeviceInfos="(Collection)" ProcessingMode="Remote" 
    WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt" Width="100%" 
    CssClass="aspNetDisabled"
    <ServerReport ReportPath="^^^Some Path Goes in here^^^" /> 
    </rsweb:ReportViewer
    </div
</telerik:RadPageView
  
<telerik:RadPageView ID="RadPageView4" runat="server" Width="100%"
    <div style="width: 100%"
    <rsweb:ReportViewer ID="ReportViewer4" runat="server" Font-Names="Verdana" 
    Font-Size="8pt" InteractiveDeviceInfos="(Collection)" ProcessingMode="Remote" 
    WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt" Width="100%" 
    CssClass="aspNetDisabled"
    <ServerReport ReportPath="^^^Some Path Goes in here^^^" /> 
    </rsweb:ReportViewer
    </div
</telerik:RadPageView
</telerik:RadMultiPage
  
<br /> 
  
</asp:Content

 

asp:Content>

 

MBEN
Top achievements
Rank 2
Veteran
 answered on 12 Mar 2015
0 answers
126 views
Hi,

I've been evaluating the Kendo UI Grid for some reporting requirements we have in some of our core products. We are primarily looking at the grid to save us time implementing our own.

I have been having a couple of problems and I wanted to find out if these were limitations of the grid or just problems with the way I am implementing it.

We need the grid to be able to display a large number of rows (over a hundred thousand). The grid seems to handle this very well in both paged mode and when using virtual scrolling.

The problems I am having start when using grouping in combination with volume data. The groups themselves are displayed fine, but when collapsing the first group in the grid in either paged or virtual scroll modes, only the one collapsed group is displayed at the top of the grid. I would expect the grouping to either re-paginate a paged view, to bring the next group into view or collapse groups in virtual scroll mode.

The expanded / collapsed states of these groups also seems to be lost when scrolling / paging through the grid after it reads more data from the server.

Another related issue is that row selection state also gets lost when the grid reads from the server, which means that you can't multi-select rows over page / scroll boundaries.

I have been using the Ajax bindings primarily, hooked up to an IQueryable using the ToDataSourceResult method and returning the data in Json format.

I have tried with database connections using EF and also with a set of auto-generated test data.

I would appreciate it very much if you could confirm if these are known limitations so that I can estimate how much work would be involved in working around them from our own code.

Many thanks,
Christopher Priest.

Christopher
Top achievements
Rank 1
 asked on 12 Mar 2015
7 answers
242 views
Hi

I'm trying to insert in the server side the nodes of a treeview as in the sample 

http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/treeviewcombobox/defaultcs.aspx

but my code fails as there is no treeview widget object available  

aspx code:

 

<td align = "left">

 

 

 

  <telerik:RadComboBox id = "_Fields_ComboBox_" EmptyMessage = "Choose a field..." runat = "server">

 

 

 

    <ItemTemplate>

 

 

 

       <div id = "_Fields_TreeView_Container_">

 

 

 

         <telerik:RadTreeView id = "_Fields_TreeView_" runat = "server">
...

and VB

 

Dim

 

ref As Object = _Fields_ComboBox_.Items(0).FindControl("_Fields_TreeView_")

 

 

 

will generate

[ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index]
   System.Collections.ArrayList.get_Item(Int32 index) +7487944
   System.Web.UI.StateManagedCollection.System.Collections.IList.get_Item(Int32 index) +12
   Telerik.Web.UI.ControlItemCollection.get_Item(Int32 index) +48
   Telerik.Web.UI.RadComboBoxItemCollection.get_Item(Int32 index) +36


It looks to me like a candiate for a bug ...?
I use a lot in the server to fill treeview widgets with nodes with no problems; this is the single case where I try to do the same
in a treeview wrapped as an itemtemplate for a combobox.

The provided sample is not covering this scenario; maybe will be a good idea to add it.

Cheers,
Cris

Update:

I removed the server side code and I put for testing a declarative list of nodes in the <Nodes/> section - as per example;
my combo dosn't display any of these items - it is always empty.  The RadControls version we use is Q1 2010.
 

 

Ivan Danchev
Telerik team
 answered on 12 Mar 2015
1 answer
314 views
Good Evening:

We're having trouble with users attempting file uploads with invalid characters such as periods and parenthesis that crash the upload process.  Can anyone suggest a good client-side technique for warning the users before they initiate the upload? 

Thanks,

Brad
Boyan Dimitrov
Telerik team
 answered on 12 Mar 2015
1 answer
296 views
I've got an all client-side RadListView that I've populated via appendData(items), and add more items via appendData(items) when the user scrolls.

So, this seems like a simple question to me, but I'm unable to figure out how do I remove all the items from the RadListView and populate it again from scratch?  I need to do this when the user changes various search filters on the page.

Appending data, and Prepending data works fine - setting the datasource to an empty list and binding or rebinding seem to have no effect.  (Remember this is all client-side and I don't want any post-backs).

Do I need to destroy and re-create the RadListView itself?

Thanks,
Mike
Angel Petrov
Telerik team
 answered on 12 Mar 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?