Hello,
I have a report layout designed with Report Designer (standalone).
I noticed an obvious performance hit on report loading/rendering after I need to style my checkboxes (around 50+) to make it fit smaller spaces. It takes over than 25 - 27 secs to load the report page.
I have attached the report file and the custom images I used in it as zip file here.
If anyone could help me find the viable workaround or solution, I would very appreciate. Thank you.
I have a table setup to group. If I group By InvoiceID, it work fine, it groups by Invoice. If I try to group by CustomerID I get either 1 or 0 groups returned. I know it's not the data because for every InvoiceID, there is a CustomerID, which you can see from my sample. What am I doing incorrectly??
Hi everyone,
Although small, but still noticeable problem concerning grids arises when having locked column.
The problem was pointed out by our UI testers.
So, in this jsFiddle sample, do the following :
As we resize the Locked column, other columns do not snap or fill the gap.
I want to create a report which includes one section (likes multi-column report) and another section (like one -column report), more detail on the attached file.
After researching, I haven't found the solution yet.
So Could Telerik builds this kind of report??
Thanks!
Similar to the following, is there a way to combine stacked and clustered columns within a single graph?
Each time I've attempted to do so I end up with something like the following, where both stacked columns appear vertically aligned, rather than aligned side-by-side. "Series2" is currently selected in my screenshot below, hence the visible grab points.
The steps I'm attempting to perform are as follows:
Thanks for any help!
Is there a way, in the report designer or code, to add a Grouping to a LIST control, so in the list, the data lists as/similar to the following
Module Field Old Value New Value
John Smith - 01/02/2022
User Font Courier New Times New Roman
User Color Green Yellow
Larry Jones - 01/01/2022
User Color Red Green
TIA
Hi there.
I have been looking into a customer request to print multiple copies of a report by default. I don't need to prevent the customer from being able to set the number of copies in the printer dialog, I am only interested in setting the initial/default value for the number of copies:
I found a fairly old thread with a similar query:
https://www.telerik.com/forums/pre-setting-the-number-of-copies-in-printer-dialog
In that thread, the recommendation is to generate a PDF from the report and then to use the Acrobat DC add-on to set the number of copies. Looking at the Adobe website, it seems that most modern browsers no longer support the Acrobat plug-in : https://helpx.adobe.com/nz/acrobat/using/display-pdf-in-browser.html
Is there another way that this can be accomplished?