Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
97 views

Hello,

is there a way to have this row and column fixed (as per header infos) ... like in Excel ...

Thanks.

simone
Top achievements
Rank 1
 asked on 30 Jan 2018
0 answers
134 views

so all I'm trying to do is to be modify the menu (root) item to be "transparent" on background color.  I got it to work, almost.  The only thing is NOT working is that when the mouse moves "out" of the menu (or if it moves to the sub items, child items), the "root" item goes back to "black", how can I make that "transparent" too?

 

here are my css code:

 

       .RadMenu_Glow .rmRootGroup
        {
            background: Transparent !important;
            border-left-style: none !important;
            border-left-color: transparent !important;
            border-left-width: 0px;
            border-right-style: none !important;
            border-right-color: transparent !important;
            border-right-width: 0px;
            border-top-style: none !important;
            border-top-color: transparent !important;
            border-top-width: 0px;
            border-bottom-style: none !important;
            border-bottom-color: transparent !important;
            border-bottom-width: 0px;            
            box-shadow: none !important;
        }    
        
                  

        .RadMenu_Glow .rmLink:hover, 
        .RadMenu_Glow .rmFocused, .rmLink 
        .RadMenu_Glow .rmSelected 
        { 
            background-color: transparent !important; 
            background-image: none !important; 
            background-position: 0px 0px !important; 
        } 
        .RadMenu_Glow .rmText 
        { 
            background-image: none !important; 
            background-color: transparent !important; 
        }  

Frank
Top achievements
Rank 1
 asked on 30 Jan 2018
2 answers
97 views

Hello

How can I remove some options from the two dropdowns ?

Basically, I only want to keep the "contains" option.

I haven't found how to do it with a grid in Excel Like Filtering mode.

 

Thank you 
philippe

Philippe GRACA
Top achievements
Rank 1
 answered on 29 Jan 2018
3 answers
2.0K+ views
Hi all,

I am using the asp:RegularExpressionValidator for telerik:RadTextBox to validate email address as following link
http://demos.telerik.com/aspnet-ajax/input/examples/common/validation/defaultcs.aspx

But it is wrong when user input space at the front or at the end of the email address.
Are there any ways to trim it?

Thanks.

Andy.


Neil
Top achievements
Rank 1
 answered on 29 Jan 2018
1 answer
143 views

Hi.  I'm using Telerik 2016.3.1027.40.  I need to export an Excel spreadsheet in BIFF that includes both the data that appears in a UI table, which Telerik handles, and any table filtering criteria and the filtering option (Contains, StartsWith, EqualTo, Between, etc.) on an additional tab on the worksheet.  I can create the additional tab and population it with data.  My question is:  is it possible to retrieve the filtering option used per column (if any) in the UI in the view's code behind?

 

<telerik:Radgrid Rendermode="Lightweight" ID="RadGrid1" runat="server" showstatusbar="true" autogeneratecolumns="False" AllowFilteringByColumn="True" pagesize="10" allowsorting="True" allowmultirowselection="False" allowpaging="True" Filtertype="Combined"  onneeddatasource="RadGrid1_NeedDataSource"   oniteminserted="RadGrid1_ItemInserted" onitemcommand="RadGrid1_ItemCommand" oninsertcommand="RadGrid1_InsertCommand" onupdatecommand="RadGrid1_UpdateCommand" onitemdatabound="RadGrid1_ItemDataBound" ondetailtabledatabind="RadGrid1_DetailTableDataBind" OnDeleteCommand="RadGrid1_DeleteCommand" Skin="Outlook" OnItemCreated="RadGrid1_ItemCreated" ShowExportToExcelButton="true" onBiffExporting="RadGrid1_BiffExporting">   
<MasterTableView  AutoGenerateColumns="False" UniqueName="CATDESCRIPTION" AllowMultiColumnSorting="True" DataKeyNames="CAT_DESCRIPTION" PagerStyle-AlwaysVisible="true" EditMode="InPlace" CommandItemDisplay="Top">
<DetailTables>
   <telerik:GridTableView DataKeyNames="pk" Name="Codes" TableLayout="Auto" EditMode="InPlace" PagerStyle-AlwaysVisible="true" CommandItemDisplay="Top">
<CommandItemSettings ShowExportToExcelButton="true" />
<CommandItemSettings AddNewRecordText="Add Rule" />
Additional code omitted...

 

and the code behind something like this...

protected void RadGrid1_BiffExporting(object o, GridBiffExportingEventArgs e) {
  Telerik.Web.UI.ExportInfrastructure.Table newSheet1 = new Telerik.Web.UI.ExportInfrastructure.Table("Metadata");
  // Get filtering options here...
  // Add filtering options to newSheet1 in new cells...

   e.ExportStructure.Tables.Add(newSheet1);
}
Matthew
Top achievements
Rank 1
 answered on 29 Jan 2018
1 answer
83 views
I want to use the css @Font-Face to load in a custom font in .tff format.  I then want to use that loaded @Font-Face as the font for specific rows in a rad-grid.  How is this achieved?
Vessy
Telerik team
 answered on 29 Jan 2018
1 answer
836 views

I am attempting to use the below to apply a css class to rows in my rad grid.  I am only showing a brief portion of the code behind as I only need to apply this to a few of the rows.

However, the css is not applied.  What would be the proper way to achieve such?

 

foreach (GridDataItem row in r.MasterTableView.Items)
{
row.CssClass = "blamanca";
}

Vessy
Telerik team
 answered on 29 Jan 2018
1 answer
829 views

Hi

 

I have a need to test the column name. Is it possible in the itemDatabound event to get to the actual column name that is being bound to?

 

I'd expect this to change with each cell, or does the bind happen per row in one go?

 

Andy

Marin Bratanov
Telerik team
 answered on 29 Jan 2018
1 answer
115 views

I'd like to give the user a popup or tooltip of some sort that lets them know that, yes a search has been conducted with the text they've provided but there are no results with their input.

Unfortunately all the events I've tried are too early (the data source's OnSelected) or don't get triggered (the search box's Search). How can I achieve this?

Peter Milchev
Telerik team
 answered on 29 Jan 2018
8 answers
272 views
Hello,

I would like to use a slider to let the user select a range of the day in increments of 5 minutes.

So the range min value would be 00:00 and range max value would be 23:59 (or 00:00).

So using the slider, the user is able to select the range 06:25-22:20

Is that possible using your RadSlider?
sri
Top achievements
Rank 1
 answered on 29 Jan 2018
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?