Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
234 views
Hi,
    Are there any RadControls which has 3 textboxes and on tabbing cursor moving to the next box
Requirement: We have 3 textboxes on the page, user will enter the number in the first textbox after entering the number in the first textbox cursor should move to the second textbox and to third.
Let us know if there are any RadControls to achieve this.?
This is required for Phone number / SSN.

I know there is RadMasked Text box, but the user experience is different from having three separate boxes.

Thanks,
Rakesh
Vasil
Telerik team
 answered on 07 Jun 2013
1 answer
166 views
I am attempting to use a rad slider for one of my projects.  The text for the items is in a bad location, the font is black, and the last one goes on the next line (see attached image).  I don't think I am doing anything fancy that would cause this issue.  I was going to attach a sample project, but the file type ZIP is not allowed.  It will be a little long due to the style sheet, but the code is below (nothing in my code behind, so it is not included).  Any help would be greatly appreciated!

ASPX:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RadWebTest.aspx.cs" Inherits="RadWebTest.RadWebTest" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
 
<!DOCTYPE html>
 
<head runat="server">
    <title></title>
    <link href="Slider.SST_Touch.css" rel="stylesheet" type="text/css" />
</head>
<body style="background-color: #2872E7">
    <script type="text/javascript">
        function OnClientLoaded() {
            window.setTimeout('ResizeRadSlider()', 0);
        }
 
        function ResizeRadSlider() {
            var slider = $find('<%= RadLengthSlider.ClientID %>');
            var sliderWrapperElement = $get('RadSliderWrapper_' + slider.get_id());
            var divElement = $get('RadLengthSliderDiv');
 
            // Hide the slider so that you can obtain the correct size of the parent element.    
            sliderWrapperElement.style.display = 'none';
            var newWidth = divElement.offsetWidth - 50;
            sliderWrapperElement.style.display = '';
            slider.set_width(newWidth);
            // If you are using a version which earlier than the Q3 2008 SP2 version of RadControls  
            // you should also call the repaint() method when setting the size. This is fixed and it is not needed  
            // in the mentioned and later versions 
            // slider.repaint();    
        }
 
        window.onresize = ResizeRadSlider;
    </script>
    <form id="form1" runat="server">
        <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
        <asp:UpdatePanel ID="UpdatePanel1" runat="server">
        <ContentTemplate>
    <div>
                                        <div id="RadLengthSliderDiv">
                                            <telerik:RadSlider ID="RadLengthSlider" runat="server" EnableDragRange="True" MaximumValue="120" MinimumValue="36"
                                                SmallChange="12" LargeChange="12" IsSelectionRangeEnabled="true" ItemType="Tick"
                                                SelectionEnd="120" SelectionStart="36" Skin="SST_Touch"   
                                                ShowDecreaseHandle="False" ShowIncreaseHandle="False" EnableEmbeddedSkins="False" ThumbsInteractionMode="Push"
                                                TrackPosition="Center" />
                                        </div>
    </div>
            </ContentTemplate>
        </asp:UpdatePanel>
    </form>
</body>
</html>

CSS:
.RadSlider_SST_Touch {
    padding-top: 15px;
    padding-bottom: 15px;
}
 
.RadSlider_SST_Touch .rslTrack {
    border-color: #4f4f4f;
}
 
.RadSlider_SST_Touch div.rslTop a.rslDraghandle {
    background-image: url('Slider/DragHandleDown.png');
}
 
.RadSlider_SST_Touch div.rslHorizontal a.rslHandle {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #4f4f4f;
    border-radius: 45px;
    background-image: url('Common/radActionsSprite.png');
    background-color: #212121;
}
 
.RadSlider_SST_Touch div.rslHorizontal a.rslHandle:hover {
    background-color: #d9d9d9;
    border: white;
}
     
.RadSlider_SST_Touch div.rslHorizontal a.rslHandle:active,
.RadSlider_SST_Touch div.rslHorizontal a.rslHandle:focus{
    background-color:#cccccc;
    border:1px solid #cccccc
}
 
.RadSlider_SST_Touch div.rslHorizontal a.rslDecrease,
.RadSlider_SST_Touch div.rslHorizontal a.rslDecrease:hover,
.RadSlider_SST_Touch div.rslHorizontal a.rslDecrease:active,
.RadSlider_SST_Touch div.rslHorizontal a.rslDecrease:focus{
    margin:-3px 0 0 -15px;
    background-position:-111px -111px
}
 
.RadSlider_SST_Touch div.rslHorizontal a.rslIncrease,
.RadSlider_SST_Touch div.rslHorizontal a.rslIncrease:hover,
.RadSlider_SST_Touch div.rslHorizontal a.rslIncrease:active,
.RadSlider_SST_Touch div.rslHorizontal a.rslIncrease:focus{
    margin:-3px -4px 0 0;
    background-position:-111px -161px
}
 
.RadSlider_SST_Touch div.rslHorizontal a.rslDraghandle{
    width:23px;
    height:23px;
    border-radius:45px;
    background-image:none;
    border:2px solid #000000;
    background-color:#d9d9d9;
    top:-2px
}
 
.RadSlider_SST_Touch div.rslHorizontal a.rslDraghandle:hover{
    width:22px;
    height:22px;
    border:3px solid #000000;
    background-color:#d9d9d9
}
 
.RadSlider_SST_Touch div.rslHorizontal a.rslDraghandle:active,
.RadSlider_SST_Touch div.rslHorizontal a.rslDraghandle:focus{
    width:22px;
    height:22px;
    border:3px solid #d9d9d9;
    background-color:#000000
}
 
.RadSlider_SST_Touch div.rslHorizontal div.rslTrack{
    height:9px;
    line-height:9px;
    background-color:#d9d9d9;
    border:0
}
 
.RadSlider_SST_Touch div.rslHorizontal div.rslSelectedregion{
    height:9px;
    line-height:9px;
    background-color:#00bff4
}
 
.RadSlider_SST_Touch div.rslHorizontal .rslItem{
    background-image:url('Slider/ItemHorizontalBgr.png');
    color: #ffffff;
}
 
.RadSlider_SST_Touch div.rslHorizontal.rslMiddle .rslHandle{
    margin-top:-15px
}
 
.RadSlider_SST_Touch div.rslHorizontal li.rslItem span{
    display:inline-block;
    zoom:1;
    *display:inline;
    font-size:13px;
    color: #ffffff;
}
 
.RadSlider_SST_Touch div.rslHorizontal.rslMiddle div.rslTrack{
    margin-top:-5px
}
 
.RadSlider_SST_Touch div.rslVertical a.rslHandle{
    width:28px;
    height:28px;
    line-height:28px;
    border:1px solid #4f4f4f;
    border-radius:45px;
    background-image:url('Common/radActionsSprite.png');
    background-color:#d9d9d9
}
 
.RadSlider_SST_Touch div.rslVertical a.rslHandle:hover{
    background-color:#d9d9d9;
    border:#d9d9d9
}
 
.RadSlider_SST_Touch div.rslVertical a.rslHandle:active,
.RadSlider_SST_Touch div.rslVertical a.rslHandle:focus{
    background-color:#d9d9d9;
    border:1px solid #cccccc
}
 
.RadSlider_SST_Touch div.rslVertical a.rslDecrease,
.RadSlider_SST_Touch div.rslVertical a.rslDecrease:hover,
.RadSlider_SST_Touch div.rslVertical a.rslDecrease:active,
.RadSlider_SST_Touch div.rslVertical a.rslDecrease:focus{
    margin:-16px -3px 0 0;
    background-position:-111px -11px
}
 
.RadSlider_SST_Touch div.rslVertical a.rslIncrease,
.RadSlider_SST_Touch div.rslVertical a.rslIncrease:hover,
.RadSlider_SST_Touch div.rslVertical a.rslIncrease:active,
.RadSlider_SST_Touch div.rslVertical a.rslIncrease:focus{
    margin:0 -3px -4px 0;
    background-position:-111px -61px
}
 
.RadSlider_SST_Touch div.rslVertical div.rslTrack{
    width:9px;
    background-color:#d9d9d9;
    border:0;
    left:11px
}
 
.RadSlider_SST_Touch div.rslVertical.rslRight div.rslTrack{
    left:auto
}
 
.RadSlider_SST_Touch div.rslVertical.rslCenter div.rslTrack{
    left:50%;
    margin-left:11px
}
 
.RadSlider_SST_Touch div.rslVertical.rslCenter .rslItemsWrapper .rslLargeTick,
.RadSlider_SST_Touch div.rslVertical.rslCenter .rslItemsWrapper .rslSmallTick{
    margin:0 0 0 15px;
    color: #ffffff;
}
 
.RadSlider_SST_Touch div.rslVertical .rslSelectedregion{
    width:9px;
    background-color:#00bff4
}
 
.RadSlider_SST_Touch div.rslVertical a.rslDraghandle{
    width:23px;
    height:23px;
    border-radius:45px;
    background-image:none;
    border:2px solid #000000;
    background-color:#d9d9d9;
    left:-1px!important;
    *left:-8px!important
}
 
.RadSlider_SST_Touch div.rslVertical a.rslDraghandle:hover{
    width:22px;
    height:22px;
    border:3px solid #000000;
    background-color:#d9d9d9
}
 
.RadSlider_SST_Touch div.rslVertical a.rslDraghandle:active,
.RadSlider_SST_Touch div.rslVertical a.rslDraghandle:focus{
    width:22px;
    height:22px;
    border:3px solid #d9d9d9;
    background-color:#000000
}
 
.RadSlider_SST_Touch div.rslVertical .rslItem{
    background-image:url('Slider/ItemVerticalBgr.png');
    color: #ffffff;
}
 
.RadSlider_SST_Touch div.rslVertical li.rslItem span{
    font-size:13px;
    padding:1px 3px;
    color: #ffffff;
}
 
.RadSlider_SST_Touch .rslLeft a.rslDraghandle{
    background-image:url('Slider/DragVerticalHandleRight.png')
}
 
.RadSlider_SST_Touch .rslItem,.RadSlider_SST_Touch .rslLargeTick span{
    color:white
}
 
.RadSlider_SST_Touch .rslItemsWrapper .rslItemSelected{
    color:white
}
 
.RadSlider_SST_Touch .rslTop .rslSmallTick,
.RadSlider_SST_Touch .rslBottom .rslSmallTick{
    background-image:url('Slider/SmallChangeHorizontal.png')
}
 
.RadSlider_SST_Touch .rslTop .rslLargeTick,
.RadSlider_SST_Touch .rslBottom .rslLargeTick{
    background-image:url('Slider/LargeChangeHorizontal.png')
}
 
.RadSlider_SST_Touch .rslLeft .rslSmallTick,
.RadSlider_SST_Touch .rslRight .rslSmallTick{
    background-image:url('Slider/SmallChangeVertical.png')
}
 
.RadSlider_SST_Touch .rslLeft .rslLargeTick,
.RadSlider_SST_Touch .rslRight .rslLargeTick{
    background-image:url('Slider/LargelChangeVertical.png')
}
 
.RadSlider_SST_Touch .rslMiddle .rslSmallTick{
    background-image:url('Slider/SmallChangeMiddleHorizontal.png')
}
 
.RadSlider_SST_Touch .rslLargeTick{
    background-image:url('Slider/LargeChangeMiddleHorizontal.png')
}
 
.RadSlider_SST_Touch .rslCenter .rslSmallTick{
    background-image:url('Slider/SmallChangeCenterVertical.png')
}
 
.RadSlider_SST_Touch .rslCenter .rslLargeTick{
    background-image:url('Slider/LargelChangeCenterVertical.png')
}
 
 div.RadSlider_SST_Touch .rslIncrease {
    border-top-color: rgb(79, 79, 79);
}
 
 div.RadSlider_SST_Touch .rslTrack {
    background-color: rgb(217, 217, 217);
}
 
 div.RadSlider_SST_Touch .rslSelectedregion {
    background-color: rgb(0, 191, 244);
}
Slav
Telerik team
 answered on 07 Jun 2013
1 answer
86 views
I'm using a radtabstrip with radmultipage and radpageviews.
The radmultipage is set to update itself in the radajaxmanager (turning this off and doing full post back fixes this issue, but not what I want).

If I try to change the read only or enabled properties in server-side on the ajax callback, then the styles don't work properly.
Enabled style works, but the initial style is not the skin that I'm using (radskinmanager and radformdecorator on page as well).

The read only style doesn't show until I mouse over the control.

I have an example I could email you
Nencho
Telerik team
 answered on 07 Jun 2013
3 answers
301 views

Hi,

When there is MultipleRowSelection = true & EnablePostBackOnRowClick = true, the event "SelectedIndexChanged" is fired everytime I check/uncheck row. That's great.  However, When I tried to uncheck the last selected row (so that now the grid has no row selected), the event "SelectedIndexChange" didn't fire.

I found a similiar post in here:
http://www.telerik.com/community/forums/aspnet-ajax/grid/radgrid-deselect-not-always-firing-selectedindexchanged.aspx

in which they suggested work-around using Javascript:

 

//JavaScript
function RowClick(sender, eventArgs) {
    sender.get_masterTableView().fireCommand("Select", eventArgs.get_itemIndexHierarchical());
}

//Code-Behind

PatientList_Grid.ClientSettings.ClientEvents.OnRowClick = "RowClick";

 

PatientList_Grid.ClientSettings.ClientEvents.OnRowDeselecting = "RowClick";



 

 

 

private void Grid_PatientList_SelectedIndexChanged(object sender, EventArgs e) 
{
       RadGrid grd = sender as RadGrid;
       int SelectedCount = grd.SelectedItem.Count;
       lbl_DIsplay.Text = "Number of Item Selected: " + SelectedCount;
}


I did it as above and now the event "SelectedIndexChanged" does fire on deselecting last row. But, in the "SelectedIndexChanged" event, the grid show that it still have one item selected:

 


It still show up as 1, even though, you see, since the last selected has been deselected, it should be 0.

I'm using the latest version of Telerik AJAX control.

Thanks

Lamk.

Wired_Nerve
Top achievements
Rank 2
 answered on 07 Jun 2013
6 answers
104 views
Hi guys,

We are using a RadScheduler in day-view mode and have it grouped by resource. Our setup is basically the same as your demo page (http://demos.telerik.com/aspnet-ajax/scheduler/examples/resourcegrouping/defaultcs.aspx with the 'Day' view selected).

Yesterday we switched to the latest Telerik.Web.Ui.dll and Telerik.Web.UI.Skins.dll assemblies released in your latest hotfix, i.e. version 2013.1.403.45.

We use OverflowBehavior="Expand" on the scheduler and have noticed that this now seems to be broken (at least from our perspective) when using the new assemblies. When we switch back to the old assemblies (2013.1.220.45) it works as expected.

Reproduction steps:
* Using the new assemblies, place the following RadScheduler on a basic page with the usual RadScriptManager (note this is using one of your demo "Teacher/Classes" databases). Note the OverflowBehavior="Expand" value.

<a:MvcRadScheduler ID="RadScheduler1" runat="server" OverflowBehavior="Expand" GroupBy="Teacher">
        <webservicesettings path="~/SchedulerService" resourcepopulationmode="ServerSide" usehttpget="False"></webservicesettings>
        <resourcetypes>
            <telerik:ResourceType Name="Teacher" AllowMultipleValues="true" />
        </resourcetypes>
        <timelineview userselectable="false" />
        <monthview userselectable="false" />
        <dayview userselectable="false" headerdateformat="dddd, MMMM dd, yyyy" />
        <weekview userselectable="false" />
        <timeslotcontextmenusettings enabledefault="False" />
        <appointmentcontextmenusettings enabledefault="False" />
    </a:MvcRadScheduler>

* Navigate to the page and try to 'show 24 hrs'.

Expected result: The scheduler should expand vertically and NO scroll bars should be visible.
Actual result: The scheduler adds scroll bars and does not expand vertically. For us, the scroll bars also cause a reduction in width of the main content table in the scheduler, but NO reduction in width of the header cells, so the header cells no longer line up with the table cells.

The result is as-expected if the above steps are followed using the older assemblies (2013.1.220.45). The problems only seem to be happening with the new assemblies.

Is this indeed a bug? If it is not a bug, could you kindly inform us how we can achieve the "expand" behavior with the new assemblies?

For now we will have to keep working with the old assemblies because we would prefer to have the "expand" behavior.

Cheers,
Sam

P.S. I don't know if it's related, but if you select OverflowBehavior="Expand" on your demo page...
http://demos.telerik.com/aspnet-ajax/scheduler/examples/customization/defaultcs.aspx
...and then try to do a 'show 24hrs' on the scheduler on that page, it doesn't have any affect (i.e. no scroll bars, no vertical expansion).

Sam
Top achievements
Rank 1
 answered on 07 Jun 2013
7 answers
258 views
Hi,

I have a RadDatePicker with a calendar popup. The problem is the popup is hidden behind a PDF file loaded in a radpane just below the RadDatePicker control.

What I'm searching for is a solution similar to this one but with RadDatePicker:
http://www.telerik.com/support/kb/aspnet-ajax/window/control-is-shown-behind-a-heavy-weight-object-pdf-flash-activex-etc.aspx

I have tested the Overlay on RadColorPicker and it works perfectly for what I want to do. Do you have something similar for the DatePicker?

Thank you
David Morin
Top achievements
Rank 1
 answered on 07 Jun 2013
1 answer
375 views
I have several GridDropDownColumns that I would like to bind to data tables in the code behind class.
The examples I have seen show modifying the ItemDataBound method and testing to see if the control is in Edit mode. When I add this logic and debug it, it seems like it never gets into edit mode.  Therefore, I can't create an instance of the editor for the control and set the datasource and other properties.   How do I force the control into Edit mode?

Here is the code ASP.net code to define the grid:

  <asp:Panel ID="PnlPromoDetails" runat="server">
        <telerik:RadGrid ID="radGridPromoDetails" runat="server" Skin="Vista"
            AlternatingItemStyle-BackColor="#EDEDED" Width="1100px"
            AutoGenerateColumns="False" GridLines="None" OnNeedDataSource="DetailsGrid_NeedDataSource"
            OnItemDataBound="DetailsResultGrid_ItemDataBound" Height="16px" >
            <ClientSettings>
                <DataBinding EnableCaching="true" />
            </ClientSettings>
            <AlternatingItemStyle BackColor="#EDEDED" />
            <MasterTableView>
                <RowIndicatorColumn>
                    <HeaderStyle Width="20px" />
                </RowIndicatorColumn>
                <ExpandCollapseColumn>
                    <HeaderStyle Width="20px" />
                </ExpandCollapseColumn>
                <Columns>
                    <%--***********************************************--%>
                    <telerik:GridBoundColumn DataField="CampaignType"
                        HeaderText="Campaign&lt;/br&gt;Type" UniqueName="CampaignType">
                        <HeaderStyle Font-Bold="True" HorizontalAlign="Center" />
                        <ItemStyle HorizontalAlign="Center" />
                    </telerik:GridBoundColumn>
                    <%--***********************************************--%>
                    <telerik:GridDropDownColumn
                        DataSourceID=""
                        DataField=""
                        HeaderText="Account</br>Types"
                        UniqueName="chkAccountTypes" EmptyListItemText="(none)" ColumnEditorID="chkAccountTypes" Display="False">
                        <HeaderStyle Font-Bold="True" HorizontalAlign="Center"/>
                        <ItemStyle HorizontalAlign="Center" />
                    </telerik:GridDropDownColumn>

                </Columns>
                <GroupHeaderItemStyle Font-Bold="true" />
                <NoRecordsTemplate>
                    <asp:Label ID="lblNoPromoDetails" runat="server" Font-Bold="true"
                        ForeColor="Red" Text=""
                </NoRecordsTemplate>
            </MasterTableView>
        </telerik:RadGrid>
        </asp:Panel>



You will notice that I have not defined a data source from the drop down column.  I was hoping to do that programmatically.  The data table I have has one column in it called "LegalName" and the name of the table is "LegalInfo".  That table exists in the code behind.

I have worked on this all day and can't figure it out.  I hope someone can help.

I also thought of calling a method from the ASPX file to return the data table but that doesn't seem to work either.

I have looked at many examples of how to do this and none of them seem to work for me.

Andrey
Telerik team
 answered on 07 Jun 2013
2 answers
197 views
I want to do something similar to what's demonstrated here: http://demos.telerik.com/aspnet-ajax/grid/examples/programming/multicolumnheaders/defaultcs.aspx but in reverse.

Meaning, I have a set of columns and then I want a 2nd line for that row and the column that's in the second line to span all columns.  See the attached image for a crudely drawn example of what we're trying to make happen.

Anyone have any ideas if it's possible with RadGrid?
Marin
Telerik team
 answered on 07 Jun 2013
2 answers
1.1K+ views
Hi Team,
I have a radgrid with a template column that has numeric values bound to it.
I want to show the sum of all values in a column footer. I tried using Aggregate="Sum" but it gives the sum of values on a single page.
My grid has almost 200 pages and I want to show the sum of ALL values in that column in column footer.

Here is my grid:

<telerik:RadGrid ID="rgGLLineItem" runat="server" OnNeedDataSource="rgGLLineItem_NeedDataSource" OnItemDataBound="rgGLLineItem_ItemDataBound" AllowFilteringByColumn="true" CssClass="GridHieght" ShowFooter="true">
                        <MasterTableView>
                            <Columns>
<telerik:GridTemplateColumn DataField="AmountInLocalCurr" HeaderText="Amount In LocalCurr." UniqueName="AmountInLocalCurrency" CurrentFilterFunction="Contains" AutoPostBackOnFilter="true" >
                                    <ItemTemplate>
                                       <asp:Label ID="lblAmountInLocalCurr" runat="server" Text='<%# DataBinder.Eval(Container,"DataItem.AmountInLocalCurr","{0:N}") %>' />
                                       <asp:Label  ID="lblCrDr" runat="server" />
                                    </ItemTemplate>
                                    <FooterStyle HorizontalAlign="Right"/>
                                    <ItemStyle HorizontalAlign="Right" />
                                </telerik:GridTemplateColumn>

</Columns>
                        </MasterTableView>
                      <GroupingSettings CaseSensitive="False" />
                      <ClientSettings Scrolling-AllowScroll="true" Scrolling-UseStaticHeaders="true" ClientEvents-OnMasterTableViewCreating="SetGridHeight"></ClientSettings>
                    </telerik:RadGrid>


Another problems is with the Filters. As this column is Template column, with no specific data type specified, I think it should accept string input as well. Because,  in ItemDataBound Event, I am setting a text to the label lblCrDr , Cr or Dr depending upon the value of a column.

This is the DataBound Event:

 if (e.Item is GridDataItem)
                {
                    GridDataItem item = e.Item as GridDataItem;

                    Label lblCrDr = (Label)item.FindControl("lblCrDr");

                    if (item["AccountJournalEventCRDR"].Text == "1")
                    {
                        lblCrDr.ForeColor = System.Drawing.Color.Red;
                        lblCrDr.Text = "(Cr) ";
                    }
                    if (item["AccountJournalEventCRDR"].Text == "2")
                    {
                        lblCrDr.ForeColor = System.Drawing.Color.Gray;
                        lblCrDr.Text = "(Dr) ";
                    }
                }

Could you please help me on this?
Any help appreciated.

Thanks,
Lok..
Lokesh
Top achievements
Rank 1
 answered on 07 Jun 2013
3 answers
75 views
Hello,

we have build a custom skin from your Metro Skin Source Files and have renamed them so they fit to our Application name and do not conflict with the build in.
We have put that skin files into an assembly as you have descripted in your documentation and disabled Embedded Skin for the whole project. The skin name is applied to all controls.

We are currently using Version: 2013.1.403.35

Now, we have the problem, that the styles from our skin does not come to use on several parts of the controls.
For example, one part of our app uses the scheduler control.

The Skin name get applied to the control as you ca see here:
<div id="ctl00_ADBISContentPlaceHolder_radScheduler" class="RadScheduler RadScheduler_Adbis" style="height: 540px;">

Please take a look at the attached screenshot.
The background of the header should be violet, but it is transparent.
When you take a look at the dev panel at the bottom you see that the background color value is taken from the first seen css selectors (.RadScheduler .rsHeader) and not from our skin file which is the second visible css selector (.RadScheduler_Adbis .rsHeader)

These both css rules are are part of the same WebResource.axd result but the ".RadScheduler .rsHeader" css rules are not part of our Skin files. Are these rules part of the EmbeddedBaseStylesheet and how can we fix this problem without assigning "!important" rules to every css style that does not fit...

Thanks for support.


Kate
Telerik team
 answered on 07 Jun 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?