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

I need to be able to filter my secondary grid down based on results selected in a cell in my parent grid. I am doing a summary grid that has numbers for past due, on time, etc. I want to be able to drive my second grid data based off of the cell I select in my parent grid.

I am not finding any type of server side event for cell selection that I can use to drive the data changes. Is there an easy way to accomplish what I am needing to do?

Tsvetomir
Telerik team
 answered on 09 Jul 2018
3 answers
92 views

I moved a project from one dev machine to another. The old dev machine had a telerik version from 2016. RadScheduler with Advanced forms looked great on that machine using the bootstrap skin. I moved development over to a newer dev machine with a trial install of telerik. When I run the project now the UI isn't quite right. rsIcon and rsCommandFooter don't seem to render right. Is this likely a setup issue or were the samples for Advanced Form no longer accurate in newer versions?

 

Thanks

Eric
Top achievements
Rank 1
 answered on 09 Jul 2018
8 answers
137 views

When map is getting dragged, OnShapeClick is getting called

Is there a way to eliminate this behavior?

David
Top achievements
Rank 1
Iron
Iron
Veteran
 answered on 06 Jul 2018
7 answers
209 views

Hi

I allow myself to relaunch you on topics that have not had answers to know  : 

If is there a way to show week numbers rather dates ? is it possible to modify radGantt WeekHeaderDateFormat like this  : Week 15, Week 16...

If there is a way to customize the pop-up window, prevent click action on a task or call a custom window ?

 

tested with the product version : 2018.2.516.45

Best regards

Peter Milchev
Telerik team
 answered on 06 Jul 2018
1 answer
128 views

Hello,

I have a problem when I add a control button in my web page after using gantt.

after putting a breakpoint when I click on my button, I do not go into the event ... 

This thread can refer to : https://www.telerik.com/forums/customized-gantt#32_4_BBd9UGOu-teTTwRLQ

I attached an example of an executable project

 

Regards

Salvatore

Peter Milchev
Telerik team
 answered on 06 Jul 2018
2 answers
185 views

We're seeing some really weird behavior in the group headers in our Grid. 
I just downloaded and updated to the latest version (v.2018.2.516.45), just in case it was some bug that had been fixed, but it didn't help.

Screenshot 1 is how it looks when I first come in with just today's court schedule selected. Take specific note of the BOROUGH: KINGS; Cases: 5 group.

Screenshot 2 is how it looks when I change the filter in include tomorrow's court schedule included too. Note that the group that was BOROUGH: KINGS now no longer shows the correct case count, instead just showing Cases: {0} .

Screenshot 3, things get even weirder! This is what shows after I click the sort button on the "BOROUGH" group header to change the boroughs to descending sort. Note how the KINGS borough group now shows that it showing 1 of 5 items, continued on the next page, even though there IS no next page, and as can be seen in Screenshot 2, there is only one item in the group. Note that this only happens with the multiple days selected. If I change the sort order in Screenshot 1, with only today's schedule selected, then everything displays fine. 

Here is the code for the group by expressions for the grid... 

01.<groupbyexpressions>
02.    <telerik:gridgroupbyexpression>
03.        <groupbyfields>
04.            <telerik:gridgroupbyfield fieldalias="BILLED" fieldname="BILLED" headertext="Billed" sortorder="ascending" />
05.        </groupbyfields>
06.        <selectfields>
07.            <telerik:gridgroupbyfield fieldalias="BILLED" fieldname="BILLED" headertext="Billed" />
08.            <telerik:gridgroupbyfield fieldalias="TOTALBILLED" fieldname="BILLED" headertext="Total" aggregate="Count" />
09.        </selectfields>
10.    </telerik:gridgroupbyexpression>
11.    <telerik:gridgroupbyexpression>
12.        <groupbyfields>
13.            <telerik:gridgroupbyfield fieldalias="DATED" fieldname="DATED" formatstring="{0:MM/dd/yyyy}" headertext="Court Date" sortorder="Ascending" />
14.        </groupbyfields>
15.        <selectfields>
16.            <telerik:gridgroupbyfield fieldalias="DATED" fieldname="DATED" formatstring="{0:MM/dd/yyyy}" headertext="Court Date" />
17.            <telerik:gridgroupbyfield fieldalias="TOTALDATED" fieldname="DATED" headertext="Total" aggregate="Count" />
18.        </selectfields>
19.    </telerik:gridgroupbyexpression>
20.    <telerik:gridgroupbyexpression>
21.        <groupbyfields>
22.            <telerik:gridgroupbyfield fieldname="BOROUGH" headertext="Borough" />
23.        </groupbyfields>
24.        <selectfields>
25.            <telerik:gridgroupbyfield fieldname="BOROUGH" headertext="Borough" />
26.            <telerik:gridgroupbyfield fieldname="CASEID" aggregate="CountDistinct" headertext="Cases" />
27.        </selectfields>
28.    </telerik:gridgroupbyexpression>
29.</groupbyexpressions>

 

Xiacon
Top achievements
Rank 1
 answered on 05 Jul 2018
1 answer
175 views

Hi,

Can you please let me know how to add the tooltip when the mouse over the title  for the RadWizardStep 

Thanks,

Marin Bratanov
Telerik team
 answered on 05 Jul 2018
1 answer
152 views
Hi, we are using version 2010.3.1022.35. RadWindow works fine everywhere( android, microsoft windows) except on the Safari or Chrome browser on iOS for Iphone X and Iphone 7 plus.
Anyone else with the same problem?  - Thanks
Marin Bratanov
Telerik team
 answered on 05 Jul 2018
3 answers
108 views

The RadWindow right below my RadMenu will not skin. Can't figure that one out!

Any ideas? thx!!!!

 

This is the masterpage.... 

             <telerik:RadMenu rendermode="Lightweight" Skin="Flom" EnableEmbeddedSkins="false"  runat="Server" ID="RadMenu" EnableShadows="true" EnableRoundedCorners="true"  OnClientItemClicked="openWinNavigateUrl"
                Style="float: none; position: absolute; top: 50px; z-index: 2000" Width="100%" CssClass="RadMenu">
                <Items>

                        <telerik:RadMenuItem IsSeparator="true" />

                    <telerik:RadMenuItem runat="server" Text="Purchase Orders"  NavigateUrl="PurchaseOrders.aspx"/>

                        <telerik:RadMenuItem IsSeparator="true" />

                    <telerik:RadMenuItem runat="server" Text="Shipment History" NavigateUrl="ShippingHistory.aspx"/>

                        <telerik:RadMenuItem IsSeparator="true" />

                    <telerik:RadMenuItem runat="server" Text="Payments" NavigateUrl=""  />

                        <telerik:RadMenuItem IsSeparator="true" />

                    <telerik:RadMenuItem runat="server" Value="About" Text="About" />               
                    
                        <telerik:RadMenuItem IsSeparator="true" />      
                 
                </Items>
            </telerik:RadMenu>
       
        
            <telerik:RadWindowManager ID="RadWindowAbout" rendermode="Lightweight" Skin="Flom" EnableEmbeddedSkins="false" runat="server" Animation="FlyIn" Modal="True" />

            <telerik:RadWindow  Skin="Flom" EnableEmbeddedSkins="false" rendermode="Lightweight" runat="server" ID="RadWindow_NavigateUrl" NavigateUrl="About.aspx" Height="300" Width="350" EnableShadow="true"  IconUrl="images/GlobeSmall.png"  
                  Modal="true" Behaviors="Close" ShowContentDuringLoad="true" RestrictionZoneID="NavigateUrlZone"  Animation="FlyIn" VisibleStatusbar="False">
            </telerik:RadWindow>

     
            <telerik:RadCodeBlock ID="RadCodeBlock1"  runat="server">
                <script type="text/javascript">
                    function openWinNavigateUrl(sender, args) {

                        var itemValue = args.get_item().get_value();
                        if (itemValue == "About") {
                            $find("<%=RadWindow_NavigateUrl.ClientID %>").show();
                        }
                    }

              </script>
                
            </telerik:RadCodeBlock>

Rumen
Telerik team
 answered on 05 Jul 2018
1 answer
6.1K+ views
Hi,

I have this issue with resource failed to load, the case is that I'm using latest Rad Controls (Telerik.Web.UI_2010_3_1317) in my ASP.NET page which is in the root folder of my hosting site ...
I have Windows server 2008 r2, IIS 7 (I have administrator account on this server)..

  • Failed to load resource: the server responded with a status of 404 (Not Found)
  • ScriptResource.axd Failed to load resource: the server responded with a status of 404 (Not Found)
  • Telerik.Web.UI.WebResource.axd:15 Uncaught TypeError: Cannot set property 'scriptsFailed' of undefined

can any one help me in this issue plz?
Regards,
JeffSM
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 04 Jul 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?