HI,
I have a problem that on Telerix Report for my client requirement.
We need to merge some columns on Right hand side of the Table. ( Pls see attachment.)
I heard from someone that Telerix Report cannot display merged cell on right hand side ( by Grouping ) Is that true?
Any idea can help me?
Millions Thanks.
Best Regards,
Kevin
Recently there were newly release StackExchange.Redis v2.0
This one is strong name replacing StackExchange.Redis.StrongName.
Do you have plans of changing dependency soon? The problem is starting escalating. Since multiple libraries are changing its dependencies.
Hi,
I Have a Simple chart with a Category group and a Series Group, and I want it to sort by value the series inside each category group,
I've been playing around with sorting but I can't figure it how to do it.
If I add the bar series value inside the sorting of the series group It sorts it the way I want but only for the first category group.
I attached the graph the way it's now and I put numbers upper the bars to show the way I want it to be sorted.
We have some reports in which we have added two sqlDatasources in that. One for header data and other for the details. In theses SqlDatasources we have given one connection string which is given in web.config and app.config. We have to change the connection string (we need to connect to different databases according to the user) dynamically. How can we implement it in Telerik reports?
We are calling the report using an ASP.Net MVC project.
Hi,
how can I access to the value of a dictionary with the specification of the key?
The dictionary, named as OperationalTravelIncidentalCostSummary, has the key OperationalTravelIncidentalCostType.Hotel, and
OperationalTravelIncidentalCostType is from type enum.
I have tried the following, but... Error.
= Fields.OperationalTravelIncidentalCostSummary[OperationalTravelIncidentalCostType.Hotel]
Hi,
when there are many hidden lines the report can be seen as in the picture. How can I solve this problem?
Thanks a lot.
Kevin
I have a puzzling "issue" that I am trying to help track down or better understand. I have one user who can readily recreate an issue where no tool bar buttons display on a ReportView control on a page that uses a ReportViewer to display a report. Everyone else on our team is unable to recreate the issue. But, to do my due diligence I am doing research to see if I can maybe understand why that user may be having the issue and to try and make sure it doesn't become an entire user base issue. If all of us could recreate the issue I would open a ticket, but with that not being the case I am just looking for some help.
Our environment:
ASP.Net AJAX Web Forms
Telerik.ReportViewer.Html5.WebForms 13.1.19.514
Steps the one user does to consistently create issue:
1. In IE 11 go to one page that has a report that renders via the ReportViewer.
2. Go to a second page that has a report that renders via the ReportViewer.
3. Go to a third page that has a report that renders via the ReportViewer.
The report renders, but the tool bar show no buttons.
In the IE console the user see an error "@font-face failed cross-origin request. Resource access is restricted. WebComponentsIcons-eot"
While I am unable to recreate the issue, via Fiddler I do see some interesting 404 responses when the pages with the ReportViewer control on them load. All of the following requests get 404 responses via IE 11.
404 HTTP our-domain /OurApp/fonts/glyphs/WebComponentsIcons.eot?gedxeo 1,245 text/html iexplore:19312404 HTTP our-domain /OurApp/fonts/glyphs/WebComponentsIcons.woff?gedxeo 1,245 text/html iexplore:19312
Another interesting thing is that via Chrome in Fiddler there are 404 responses for only the last two (tff and woff) and never even see a request for the eot.
Again, I do not have the issue with the missing icons in the tool bar of the report viewer, but I seems odd as I get 404s for WebComponentsIcons.
Any help trouble shooting this would be greatly appreciated. Thanks!
Kerry Doan
We have created a telerik report which we export to a pdf using an asp.net page.
This works fine and the pdf is created, looks pretty good, etc.
The issue below pertains to the text in the detail section of the report.
However if you were to use the "select tool" to select the text, it would randomly highlight the fields in different sections of the report, as opposed to highlighting them top to bottom, left to right as you would expect.
I also tested using Ctrl + A to select all and then copy, then paste in a word document. The fields at the bottom are pasted first, followed by 1 field on the top left, followed by a field on the middle right, followed by some field labels on the left, then some sections in the middle, etc. The order it is pasted in word matches the order the text is highlighted when I drag my mouse cursor over the text.
Is there a way to control the order that these fields are highlighted when selected and the order they are pasted when copied from the pdf? I would have though it would copy from top to bottom, left to right pretty much every pdf I have used other than the ones created from telerik reporting.
For example, in the attached screenshot of the reports, I have labelled the fields with numbers the display the order the fields are highlighted when dragging the cursor over the text (and the order they are pasted in word if I do a "select all", copy and paste (I have hidden the field names for security reasons). I note that it is not the order that these fields (textboxes, htmltextboxes) were added to the report either.