Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
90 views
Hi,

We are using "AllowFilteringByColumn" property in radgrid. When we are trying to select the filter options, it's not allowing to select with arrow keys. It's accepting only mouse to select filter options. RadCombobox in the same page allowing to select the options with arrow keys but not grid filter. This is an inconsistence behaviour from testers point. Please suggest on this issue.

Please check the attached docs shot for more clarity. The following are the grid properties we have used.

<

 

telerik:RadGrid ID="radGridSavedAlertMaster" runat="server" AutoGenerateColumns="False"

 

 

Width="720px" Style="overflow: hidden" GridLines="None" AllowSorting="True" AllowPaging="True"

 

 

AllowFilteringByColumn="True" PageSize="10" OnItemDataBound="radGridSavedAlertMaster_OnItemDataBound"

 

 

OnItemCommand="radGridSavedAlertMaster_SelectedIndexChanged" OnNeedDataSource="radGridSavedAlertMaster_NeedDataSource"

 

 

OnSortCommand="radGridSavedAlertMaster_SortCommand">

 

Dimo
Telerik team
 answered on 02 Dec 2010
2 answers
87 views
Hello all,

I have the layout below: Because the grid has a RadToolBar on top and Height=100%, a scroll bar appears on the right :(

I want the grid to occupy the all the space below the tool bar. How should I do it?

The same problem I had for the splitter but I tricked with HeightOffset parameter...

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="StartPage.aspx.cs" Inherits="StartPage" %>
 
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head id="Head1" runat="server">
    <title></title>
    <style type="text/css">
        html, body, form
        {
            height: 100%;
            margin: 0px;
            padding: 0px;
        }
    </style>
</head>
<body>
    <form id="form1" runat="server">
    <telerik:RadScriptManager ID="ScriptManager" runat="server" />
    <!-- header and menu -->
    <div style="vertical-align: bottom;">
        <div id="header" style="display: block; clear: both;">
            <div style="float: right; padding-bottom: 10px">
                <asp:LoginName ID="LoginName1" runat="server" />
                <asp:LoginStatus ID="LoginStatus1" runat="server" />
            </div>
            <div style="float: left;">
                LOGO</div>
        </div>
        <telerik:RadMenu ID="RadMenuMain" runat="server" EnableRoundedCorners="true" EnableShadows="true"
            Width="100%">
            <Items>
                <telerik:RadMenuItem Text="Test">
                </telerik:RadMenuItem>
            </Items>
        </telerik:RadMenu>
    </div>
    <!-- panes -->
    <telerik:RadSplitter ID="RadSplitter1" runat="server" Width="100%" Height="100%" HeightOffset="60">
        <telerik:RadPane ID="LeftPane" runat="server" Width="200px">
            <!-- tree goes here -->
            <telerik:RadTreeView ID="RadTreeViewLeft" runat="Server">
            </telerik:RadTreeView>
        </telerik:RadPane>
        <telerik:RadSplitBar ID="RadSplitBar1" runat="server" CollapseMode="Forward" />
        <telerik:RadPane ID="EndPane" runat="server">
            <telerik:RadToolBar ID="RadToolBarMain" runat="server" EnableRoundedCorners="true"
                EnableShadows="true" Width="100%">
                <Items>
                    <telerik:RadToolBarButton Text="Create" Value="Create"/>
                </Items>
            </telerik:RadToolBar>
            <telerik:RadGrid ID="RadGridMain" runat="server" AllowMultiRowSelection="true" AllowSorting="True"
                AutoGenerateColumns="false" AllowPaging="true" AllowCustomPaging="true" PageSize="20"               
                Height="100%">
                <FilterMenu runat="server" Enabled="true">
                </FilterMenu>
                <ClientSettings>
                    <Selecting AllowRowSelect="True" />
                    <Resizing AllowResizeToFit="false" AllowColumnResize="true" ShowRowIndicatorColumn="true" />
                    <Scrolling AllowScroll="true" UseStaticHeaders="true" />
                </ClientSettings>               
            </telerik:RadGrid>
        </telerik:RadPane>
    </telerik:RadSplitter>
    </form>
</body>
</html>

Thanks,
Mihai
Mihai
Top achievements
Rank 1
 answered on 02 Dec 2010
1 answer
71 views
Hi,

I have a grid and the Allow Filtering By column  is false by default , i alos have a button on click the filter toggles between on/off.

When i first clicked on the button to turn on the filter row, it successfully turned up but now if i click on the sort icon the filter options are shown in other part of the page and shown as a table

The same is not an issue when the Allow filtering by column is on by default.

Any help is greatly appreciated.

Need this one very urgent

Regards
Abid
Dimo
Telerik team
 answered on 02 Dec 2010
1 answer
280 views

Hi,

I've just updated my telerik controls from 2008 Q2 to newest version available. The only problem I've encountered is, that skins stopped working.

I know, that you've made some changes in how skins work, so I was prepared that I may have some more work to, but the thing is, skins are not working completely.

What I mean is, I've set EnableEmbeddedSkins to false and Skin to my skin name:

1.<telerik:RadGrid runat="server" ID="OrderedLists" ShowHeader="true" AutoGenerateColumns="false"
2.           Skin="PlainGrid" EnableEmbeddedSkins="false" Width="761px">
and in result, I have div with class RadGrid_PlainGrid, which is as expected, but none of elements inside div have "_PlainGrid" class set, so I'm confused, how it's supposed to be working. I would expect, that all other items (e.g. row or altRow) would have classes like "Row_PlainGrid" or "rgRow_PlainGrid" or something like that.

Could you help me and point me, what's not right here? I can of course use rgRow classes, but this will modify all grids on my page, and that's definitely not what I would like to achieve.

Regards,

Pako

Dimo
Telerik team
 answered on 02 Dec 2010
3 answers
56 views
Hi Experts,

I have a issue in my RADGRID, i have a sort column which is desc by default, arrow is showing as downarrow, when i click the column sorting happens but upper arrow is not displaying.

I'm using Grid inside the RadTabStrip..

Please provide solution 
Radoslav
Telerik team
 answered on 02 Dec 2010
4 answers
114 views

Query 1: I am using Hierarchal RadGrid(version: Telerik 2008). The Skin used is “Office2007”. The border line is not displaying properly for the nested rows(please refer the snapshot1) and also the grid background is not shown properly when we select even rows (please refer the snapshot2). Please give us the solution for this.

 

 

Query 2: For the RadGrid, Paging and Sorting is set to true. Suppose if we are in Page 3 and click on column to sort, Sorting will happen but it will remain in the same page(i.e. Page 3). But I want the grid to display Page 1 when sorting happens. Please let me know how to achieve this.

 

Thanks,

Nagendra

Dimo
Telerik team
 answered on 02 Dec 2010
4 answers
217 views

Hi,
i want to prevent file deletion on click of "Cancel" from confirmation alert

<telerik:RadAsyncUpload ID="radUpload" runat="server" OnClientValidationFailed="validationFailed" TemporaryFileExpiration="5"        OnClientFileSelected="fileSelected" OnClientDeleting="fileDelete" OnClientFileUploaded ="fileUploaded">
</telerik:RadAsyncUpload>

function fileDelete(sender, args) {
     
        if (confirm("Are you sure to Delete the record?"))  {
            args._cancel = false;       
        }
        else {
            args.set_cancel(true);        
            //args._cancel = true;
            //sender._cancelEvent();
        }
    }

How to prevent file deletion on click of "Cancel" button.

On click of "Cancel" it is not not deleting from row, but actually file is deleted from control. So on click of Cancel button i want to prevent the file delete from control also.

Thanks,
Chandra.T

markhugy
Top achievements
Rank 1
 answered on 02 Dec 2010
1 answer
104 views
Hello,

I have a problem with uploading big files such as media files (60 - 100MB each). It is very important to upload this files using the FileExplorer control (Please view the attached image f1). I can upload small files using this control, but when I try to upload the big files I recieve the window which is in the attached image (f2).
Here is my code:

<telerik:RadFileExplorer runat="server" ID="FileExplorer1" Width="500px" Height="500px"
                            OnClientItemSelected="OnClientItemSelected" >
                            <Configuration ViewPaths="~/Media/Cnsrts/" MaxUploadFileSize="200000000" UploadPaths="~/Media/Cnsrts/"
                                DeletePaths="~/Media/Cnsrts/" />
                        </telerik:RadFileExplorer>

Please, I need your help,
It is apprecited to send me the modified code.

Regards,
Bader
Rumen
Telerik team
 answered on 02 Dec 2010
1 answer
74 views
I use RadMenu with customized theme in User Control in order to be able to re-use the same menu across the ASP.NET pages.

The problem with it is that it seems to download the theme every time each page is loaded, not caching anything, which causes the screen to flash some weird colors and content for a moment before it displays the properly formatted page.

What is the best way to re-use the same RadMenu with customized theme across the pages?
Dimitar Terziev
Telerik team
 answered on 02 Dec 2010
1 answer
133 views
I'm using the Telerik.Web.UI version 2010.2.713.35 and in development server
is everything ok, but when i make a deploy to a production server
that already has an older version of telerik installed(in GAC) this error appear.
I've tried this steps above:
-Install the newer assembly in GAC, and reference it in web.config
-Put the newer dll telerik in bin folder.
In this two cases I've got the same error.
Is there a way to solve this?

Thanks

Vasil
Telerik team
 answered on 02 Dec 2010
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?