Telerik Forums
UI for ASP.NET AJAX Forum
9 answers
906 views
Hello,

I am working on a project with a RadGrid.
In the RadGrid, each column has a filter.
The grid has a DetailView.

The requirements of my project are as follows: 
  • All data in rows should not be word wrapped. 
  • Each column’s width should be equal to that column’s content.

The same rules should also apply to DetailView.

Thanks,
Daniel.
Princy
Top achievements
Rank 2
 answered on 06 Aug 2014
3 answers
313 views
Hi

I have a menu with text in it that I need to center align.

Problem is two of the menu items have longer text in them so I need to individually align them to the right,
but I cant do that because it conflicts with the currents css class used for all the menu items.

Grant.
Princy
Top achievements
Rank 2
 answered on 06 Aug 2014
2 answers
131 views
Hi ,

I tried to place my menu inside radsplitter. Everything worked fine if I don't put child menu items. But if I put child menu item, it don't appear even if I hover the mouse over parent item. Below is the code I use. I tried on chrome and mozilla. Both not working. Can anyone help me? And I put the below code inside masterpage. I am using telerik version 2014.1.403.40 


<telerik:RadSplitter ID="MainSplitter" runat="server" Height="100%" Width="99.8%"
    Orientation="Horizontal">
    <telerik:RadPane ID="RadPane1" runat="server" Scrolling="none" Height="50px">
        <telerik:RadMenu ID="settingMenu" runat="server" EnableEmbeddedSkins="false" Width="100%"
            EnableSelection="true" Skin="MySkin">
            <Items>
                <telerik:RadMenuItem runat="server" ImageUrl="~/Images/NEW.png" HoveredImageUrl="~/Images/NEW.png"
                   >
                </telerik:RadMenuItem>
                <telerik:RadMenuItem runat="server" Text="User Account Settings">
                    <GroupSettings ExpandDirection="Down" />
                    <Items>
                        <telerik:RadMenuItem runat="server" NavigateUrl="Acc.aspx" Text="Account">
                        </telerik:RadMenuItem>
                        <telerik:RadMenuItem runat="server" NavigateUrl="AccessRights.aspx" Text="Access Rights">
                        </telerik:RadMenuItem>
                        <telerik:RadMenuItem runat="server" NavigateUrl="Modules.aspx" Text="Modules">
                        </telerik:RadMenuItem>
                    </Items>
                </telerik:RadMenuItem>
                <telerik:RadMenuItem Text="Plan" NavigateUrl="Schedule.aspx">
                </telerik:RadMenuItem>
                  
            </Items>
        </telerik:RadMenu>
    </telerik:RadPane>
    <telerik:RadPane ID="MainPane" runat="server" Scrolling="none" MinWidth="500">
        <telerik:RadSplitter ID="NestedSplitter" runat="server" LiveResize="true" ResizeMode="EndPane"
            OnClientLoaded="SplitterLoaded">
            <telerik:RadPane ID="LeftPane" runat="server" Width="60" MinWidth="60" MaxWidth="60">
            </telerik:RadPane>
            <telerik:RadSplitBar ID="VerticalSplitBar" runat="server" CollapseMode="Forward"
                BackColor="Red" />
            <telerik:RadPane ID="ContentPane" runat="server" Width="80%" Scrolling="None">
                <telerik:RadSplitter ID="NestedSplitter2" runat="server" LiveResize="true" Orientation="Horizontal">
                    <telerik:RadSplitBar ID="RadsplitbarTop" runat="server" CollapseMode="Forward" />
                    <telerik:RadPane ID="ContentPane2" runat="server" Scrolling="None">
                        <div id="quotescointainer1" class="quotescointainer">
                            <asp:Panel ID="pnlMain" runat="server">
                                <asp:ContentPlaceHolder ID="cphContent" runat="server">
                                </asp:ContentPlaceHolder>
                            </asp:Panel>
                        </div>
                    </telerik:RadPane>
                </telerik:RadSplitter>
            </telerik:RadPane>
        </telerik:RadSplitter>
    </telerik:RadPane>
</telerik:RadSplitter>


Warmest regards,
Ei Wai
Ei Wai
Top achievements
Rank 1
 answered on 06 Aug 2014
20 answers
481 views
Hi,

I'm getting a sharing violation exception when using RadAsyncUpload (version 2010.3.1117.35)  to upload an Excel file which is also open in another window. 

Is there a way to trap or prevent the error?    The exception appears to occur before the client-side events fire, so neither the
OnClientFileUploadFailed   or  OnClientValidationFailed execute.

Thanks in advance for your help,

Randy Hompesch
Top achievements
Rank 1
 answered on 05 Aug 2014
1 answer
141 views
Hi there.

I have a pretty straight forward pivotgrid with 12 columns (months) with a grand total column.

I want another column after the grand total that shows me the monthly average value. i.e. grand total value divided by 12 (the number of PivotGridColumnFields). 

Is this possible?

I saw this thread but the solution would generate a column after each month column which is not what i'm after as described above.
 
Thanks
Chris 
Maria Ilieva
Telerik team
 answered on 05 Aug 2014
1 answer
303 views
Hello telerik support,

In my case, The grid allow users to check the GridClientSelectColumn (CheckBox) for multiple deletion

after users selected all columns that they want to delete, they can press delete button to delete the selected records.

In core behind im going to save the GridDataItem in the List<GridDataItem> and using foreach loop to run FireCommandEvent

foreach (GridDataItem item in deleteList)
            {
                item.FireCommandEvent("Delete", string.Empty);
            }


However, the loop can only delete one record on the list.

After that, i try to use FireCommandEvent in immediate window and it return "expression has been evaluated and has no value"

May i ask if there is any solution so solve this problem?


Thanks,
KK






Princy
Top achievements
Rank 2
 answered on 05 Aug 2014
4 answers
211 views
Is it possible to set the backcolor of the very 1st item in my RadGrid?  I would like to format it green while alternating the colors white and gray on the remaining fields.

Also I would like to add a number count in the 1st column.  What would be the best way going about this?

Kurt Kluth
Top achievements
Rank 1
 answered on 05 Aug 2014
5 answers
141 views
Dear All, found this issue when updated to the UI for ASP.NET AJAX Q2 2014.
Our company users are using IE8 and the batch editing is no longer functioning.
Tested on Telerik demo site(http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx)
Result is the same, it become non-inline editing and not able to insert.

please refer to attachment below.


Please help!
Maria Ilieva
Telerik team
 answered on 05 Aug 2014
1 answer
101 views
Does anyone know if it is possible to load KenoUI DataViz charts inside a rotator template?

What I am trying to do is have one or more rotator templates populated showing a chart or a few charts next to each other and then when the rotator moves to the next template it will refresh the data for the new chart(s) so that if the data has changed the chart(s) will reflect the latest data.

What I have tried so far is not working... yet
Slav
Telerik team
 answered on 05 Aug 2014
3 answers
286 views
Hi,
  I am stuck on a problem I need some help with, I have made a sample project to show the problem but I cant attach it here?.  This page has two grids, a parent grid showing Product Types and when you edit on any of the records it brings up the edit form with another grid showing the different types of product you wanted to edit. This grid in edit form has "inPlace" editing and I have used Item Template columns since i had to put required validators in for these fields since in my real project these are required fields. I noticed in the grid in the edit form the Filters are not working? I have tried to set the "autoPostbackonFilter" property to true, Can someone help me use these filters on the ItemTemplate columns? I have to use these since in my project in the grid in edit form there will be possibly many many items so the User needs the ability to filter? 

Please let me know of how to accomplish this, thanks
Shinu
Top achievements
Rank 2
 answered on 05 Aug 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?