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

Hey guys we've noticed a change in how the RemoveElement feature of the WYSIWYG works.  Previously clicking RemoveElement in the editor caused the specified tag, and it's contents to be removed, now it's only removing the tag.  The tag's inner content remains in the document.  We desire to have the previous functionality restored.  This was a very useful feature, especially for training users who don't have much HTML knowledge to edit complex html documents with messing them up. I've reproduced this issue using your demo projects and recorded it in a video here:  https://www.youtube.com/watch?v=zXDOyv_ZoRc&feature=youtu.be&hd=1

 

Please let me know how we can restore this feature to it's previous functionality.

Thanks!

-Mark

Ianko
Telerik team
 answered on 27 Jul 2015
1 answer
132 views

value is like $5,000,000,000.00 i want to show this value as 5 billion or $6,000,000,000.00 as 6 billion like this can any one help me....

 

like 1k,100k,200k............

Danail Vasilev
Telerik team
 answered on 27 Jul 2015
4 answers
250 views

Hi,

I have problem with changing the language of gantt view. I followed the tutorial in the link below in order to change the display language of gantt view.

Tutorial: http://demos.telerik.com/aspnet-ajax/gantt/examples/accessibility-and-internationalization/localization/defaultcs.aspx 

If I change the language the gantt view is only partly translated. "Day/Week/Month/Year"-Buttons in the top right corner stay in English.

 

Thanks.

Maksym
Top achievements
Rank 1
 answered on 27 Jul 2015
5 answers
142 views
I am having an issue in just IE that when Org Chart nodes are expanded they overlap. It is fine in other browsers. Anyone else had this problem? How do I fix it?
Aneliya Petkova
Telerik team
 answered on 27 Jul 2015
1 answer
303 views

I would like to tie the exposure of a radgrid in the form of a Bootstrap Popover on the click event of a cell in another RadGrid.  I currently have a radgrid with 3 levels of hierarchy.  At any point in the hierarchy, the users may want to see a decomposition of a number in a grid.  Think of something like a Timesheet summary number, vs the actual projects charged.  Rather than get crazy with the nesting of grids down to 4 and 5 levels deep, I thought that from a UI perspective it would be better in this case to allow someone to click on a cell and get additional details via a bootstrap popover, bootstrap modal, or windows popup in that order of preference.

 From what I can tell about popovers, however they seem kind of limited in content.  Anyone ever tried this before?

Pavlina
Telerik team
 answered on 27 Jul 2015
1 answer
200 views

Hi,

 

Is there a way to position the datepickers vertically on a date range filter column? Because of the number of columns, users are forced resize the datetime column to access the second datepicker in a range fileter.

 

 

James

Konstantin Dikov
Telerik team
 answered on 27 Jul 2015
1 answer
137 views

Hi guys,

I have to embed two images as on e image..pls suggest which control is best and how can i done?

 

Thanks & Regards,

Radian

Konstantin Dikov
Telerik team
 answered on 27 Jul 2015
4 answers
138 views

Hi,

 i have a horizontal menu that I would like to restrict to a fixed width and not wrap around, it seem that the  GroupSettings-Width should do the trick. How do I set the  GroupSettings-Width property on the radmenu that I am building in the code behind?

I'm guessing the property is GroupSettings.Width = Unit.Pixel(750), but on what am I setting this property?

 

thanks

Aneliya Petkova
Telerik team
 answered on 27 Jul 2015
8 answers
826 views
I've seen this error reported multiple times, but none of the solutions seem to work for me.  Most of the answers for this error seem to be related to a div.  In the included source code you can see there is no div, absolute positioning, etc.  Please assist since this error is quite frustrating!  Version of RadControls:  v.2011.2.712.40

<body>
    <form id="form1" runat="server">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>   
    <telerik:RadGrid ID="_timeEntriesGrid" runat="server" AutoGenerateEditColumn="false" DataSourceID="_timeEntryDataSource" AllowAutomaticInserts="false" AllowAutomaticUpdates="false"
        GridLines="None" Skin="Forest" AutoGenerateColumns="False" GroupingEnabled="true" ShowGroupPanel="true" GroupLoadMode="Client" AllowPaging="true" PageSize="50"   >
        <ExportSettings IgnorePaging="false" OpenInNewWindow="true">
            <Pdf PageTitle="Time Entries" AllowPrinting="true" PaperSize="Letter" />
        </ExportSettings>
 
        <MasterTableView Caption="Time Entries Logged" AllowFilteringByColumn="true" CommandItemDisplay="Top" >
            <CommandItemSettings ShowAddNewRecordButton="false" ShowRefreshButton="true" ShowExportToPdfButton="true" />
            <RowIndicatorColumn><HeaderStyle Width="20px" /></RowIndicatorColumn>
            <ExpandCollapseColumn><HeaderStyle Width="20px" /></ExpandCollapseColumn>
            <Columns>
                <telerik:GridBoundColumn Groupable="true" DataField="ContractorDescription" HeaderText="Contractor" SortExpression="ContractorDescription" UniqueName="ContractorDescription" DataType="System.String"></telerik:GridBoundColumn>                       
                <telerik:GridBoundColumn Groupable="true" DataField="Name" HeaderText="Name" SortExpression="Name" UniqueName="Name" DataType="System.String"></telerik:GridBoundColumn>
                <telerik:GridBoundColumn DataField="Description" HeaderText="Log Type" SortExpression="Description" UniqueName="Description" DataType="System.String"></telerik:GridBoundColumn>
                <telerik:GridDateTimeColumn DataFormatString="{0:g}" DataField="TimeLogged" HeaderText="Time" SortExpression="TimeLogged" UniqueName="TimeLogged" DataType="System.DateTime"></telerik:GridDateTimeColumn>
            </Columns>
        </MasterTableView>
        <ClientSettings AllowGroupExpandCollapse="True" ReorderColumnsOnClient="True" AllowDragToGroup="True" AllowColumnsReorder="True"></ClientSettings>
        <GroupingSettings ShowUnGroupButton="true" />
 
        <HeaderContextMenu CssClass="GridContextMenu GridContextMenu_Default" EnableImageSprites="True"></HeaderContextMenu>
    </telerik:RadGrid>
    <telerik:OpenAccessDataSource ID="_timeEntryDataSource" runat="server"
        ObjectContextProvider="Keeley.Barcode.DAL.KeeleyBarcodeDataContext, Keeley.Barcode.DAL"
        TypeName="Keeley.Barcode.DAL.VwProjectTimeLog"
        OrderBy="TimeLogged DESC"
        Where="ProjectID == '08485ad8-6f37-41cf-8fc3-50ba91f87e05'" >
    </telerik:OpenAccessDataSource>
     
    </form>
</body>

And the error is:

System.InvalidCastException: Unable to cast object of type 'Telerik.Web.Apoc.Layout.BlockArea' to type 'Telerik.Web.Apoc.Layout.AreaContainer'.
  at Telerik.Web.Apoc.Fo.Flow.BlockContainer.Layout(Area area)
  at Telerik.Web.Apoc.Fo.Flow.Block.Layout(Area area)
  at Telerik.Web.Apoc.Fo.Flow.TableCell.Layout(Area area)
  at Telerik.Web.Apoc.Fo.Flow.TableRow.Layout(Area area)
  at Telerik.Web.Apoc.Fo.Flow.AbstractTableBody.Layout(Area area)
  at Telerik.Web.Apoc.Fo.Flow.Table.Layout(Area area)
  at Telerik.Web.Apoc.Fo.Flow.Block.Layout(Area area)
  at Telerik.Web.Apoc.Fo.Flow.Flow.Layout(Area area, Region region)
  at Telerik.Web.Apoc.Fo.Flow.Flow.Layout(Area area)
  at Telerik.Web.Apoc.Fo.Pagination.PageSequence.Format(AreaTree areaTree)
  at Telerik.Web.Apoc.StreamRenderer.Render(PageSequence pageSequence)
  at Telerik.Web.Apoc.Fo.FOTreeBuilder.EndElement()
  at Telerik.Web.Apoc.Fo.FOTreeBuilder.Parse(XmlReader reader)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
 
Exception Details: System.SystemException: System.InvalidCastException: Unable to cast object of type 'Telerik.Web.Apoc.Layout.BlockArea' to type 'Telerik.Web.Apoc.Layout.AreaContainer'.
  at Telerik.Web.Apoc.Fo.Flow.BlockContainer.Layout(Area area)
  at Telerik.Web.Apoc.Fo.Flow.Block.Layout(Area area)
  at Telerik.Web.Apoc.Fo.Flow.TableCell.Layout(Area area)
  at Telerik.Web.Apoc.Fo.Flow.TableRow.Layout(Area area)
  at Telerik.Web.Apoc.Fo.Flow.AbstractTableBody.Layout(Area area)
  at Telerik.Web.Apoc.Fo.Flow.Table.Layout(Area area)
  at Telerik.Web.Apoc.Fo.Flow.Block.Layout(Area area)
  at Telerik.Web.Apoc.Fo.Flow.Flow.Layout(Area area, Region region)
  at Telerik.Web.Apoc.Fo.Flow.Flow.Layout(Area area)
  at Telerik.Web.Apoc.Fo.Pagination.PageSequence.Format(AreaTree areaTree)
  at Telerik.Web.Apoc.StreamRenderer.Render(PageSequence pageSequence)
  at Telerik.Web.Apoc.Fo.FOTreeBuilder.EndElement()
  at Telerik.Web.Apoc.Fo.FOTreeBuilder.Parse(XmlReader reader)






Daniel
Telerik team
 answered on 27 Jul 2015
3 answers
296 views

Hi,

We are using a RadGrid control and wanted to know if there was a way to display multiple footer records.

We currently do not have footers turned on in the grid but instead return the total and totals for Applications records in the actual data that we receive in the dataset we get back from querying the database.

We then color these last 3 records to make them appear like footers on the bottom of the grid. 

I have attached a screenshot of the grid for reference.

We noticed that these last 3 records do not behave like true footers when using the filtering capabilities of the grid.

Please advise if we can achieve this same results by using actual footers in the RadGrid. 

Thanks!

Avo

Konstantin Dikov
Telerik team
 answered on 27 Jul 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?