Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
95 views
Hi,
I am having issues with the PDF export function when attempting to export a schedule that goes over more than one page.
As I have resource grouping enabled my schedule easily goes over multiple pages. I have tried your demo site and it appears to export okay, however the PDF demo is relatively straight forward without grouping and hence fits on one page.

I have attached an example of my PDF. You will see that I have tried to work around the paging issue by increasing the page site but the scheduler is still cut off (both across and down the page). Note you can see the top of the second resource at the bottom of the page. When I use a regular A4 page I get the same minus all of the white space.

Below is the code I have been using, note by default the width of the schedule is not set, ie 100%. I have tried setting a fixed width to no avail.

Is this particular scenario supported or am I doing something wrong?
PS As I am unable to attach a PDF, I have attached a screenshot of the PDF instead
Thanks,
Matt

If Request.Form("__EVENTARGUMENT") = "PDFExport" Then

     radSch.Width = New Unit(900, UnitType.Pixel)

     radSch.ExportToPdf()

End If

 

<ExportSettings OpenInNewWindow="true" Pdf-PageTopMargin="0" Pdf-PageLeftMargin="0" Pdf-PageWidth="2000" Pdf-PageHeight="2000"></ExportSettings>

Boyan Dimitrov
Telerik team
 answered on 26 Apr 2013
1 answer
96 views
I have a custom handler that I am using to encrypt and store  uploaded tiff files to a database.  I want to add validation that would check the file to see if it is corrupt before saving. How do I send an error message back to the client?
Hristo Valyavicharski
Telerik team
 answered on 26 Apr 2013
0 answers
55 views
When I go to build a report with Report Service with my Visual Studio 2010, raise a exception below:

Could not load file or assembly 'Telerik.WinControls.GridView,Version=2010.1.10.308,
Culture=neutral,PublicToken=5bb2a467cbec794e' or one of its dependencies. 
O sistema não pode encontrar o arquivo especificado

How do I resolve it?
Paulo
Top achievements
Rank 1
 asked on 26 Apr 2013
3 answers
84 views
Hi,

Thanks so much for providing the S3 FileBrowserContentProvider, it made my recent switch to S3 pretty painless.  I do have one question though...Is there anyway to use the FileBrowserContentProvider to do a search or "file list" on S3?  I have been playing with the S3 API and noticed that they do not have a search method per se, but I wonder if there is anyway I could leverage your ListBucket or some other existing method to fake a search?

In the meantime I have created a search using the AWS API for .NET but I am having trouble rebinding the results (a list of S3Objects) back to the grid.

Any help you can provide would be appreciated.

Thanks!
Vessy
Telerik team
 answered on 26 Apr 2013
2 answers
196 views
Hi,

I am using RadGrid, i want to place a column in between two column, i don't want to SWAP the column.
For example: If i moved 2nd column and place it on 5th column, the 2nd column should now in between 4th and 6th column, old 5th column just shift to the left.

See attached snapshots.

Thanks
ahsan jawaid
Top achievements
Rank 1
 answered on 26 Apr 2013
9 answers
245 views
Will you be adding a click event like the RadCharts have in the near future?
Marin Bratanov
Telerik team
 answered on 26 Apr 2013
1 answer
106 views
How can I do to upload a image to this forum? I have some doubts and to show my doubts with a image.
Paulo
Top achievements
Rank 1
 answered on 26 Apr 2013
0 answers
40 views
How can I do a chart with on xaxis Name and Date, with four series with StackedBar? 

Attached a example.
Paulo
Top achievements
Rank 1
 asked on 26 Apr 2013
2 answers
616 views
In the GridView paging control, currently when you are on the last page, the buttons for "next page" and "last page" still appear, and still look active. The same goes for previous/first page buttons on the first page, and all the buttons when viewing fewer items than the current page size so that there's only 1 page total.

This has caused some confusion to our users, who think that something is not working right because they can still push the "next page" button, but it doesn't do anything. Is there a way that these buttons can be hidden, or at least noticeably disabled?

I know that there's the option to hide the pager control when there is only 1 page anyway, but that's no good because then the user cannot change the current page size, as it hides the page size dropdown as well.

Is there a chance that this will be fixed / updated in a future version?
Robert
Top achievements
Rank 1
 answered on 26 Apr 2013
2 answers
330 views
Hi,

I have a radgrid using the the GridClientSelectColumn with AllowMultiRowSelection = true. The table is rendered with a checkbox in the header to allow a user to select/deselect all rows with one click.

I've wired up the grid using OnRowSelected/OnRowDeselected, so that any selection changes cause some code to run where I do some summarization calculations for display.

This works great, when the user is manually checking/unchecking a row themselves, but in a scenario I'm testing I have 100 rows, and the user clicks the Select all checkbox. This causes the grid to trigger the OnRowSelected event 100 times, which is taking too much time (and I get a slow script error in IE 8).

Is there any easy way to detect when the Select All checkbox is checked or unchecked, and handle this appropriately, so that my summarization code is only called once, not on every OnRowSelected/OnRowDeselected which is triggered?

If not, I may have to hide the original select all checkbox, and recreate this functionality myself, but I'd rather not.

Someone else had this same sort of issue here: http://www.telerik.com/community/forums/aspnet-ajax/grid/detect-final-onrowselected-and-onrowdeselected.aspx

but the solution doesn't work for me, as I need to do the summary on every row select/deselect...

Thanks,
Rich

Kostadin
Telerik team
 answered on 26 Apr 2013
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?