Hello,
I am using an telerik editor in my project.
I have placed a table with 6 rows and 6 columns. Have selected middle 3 rows for changing an alignment.
On aligning left\right\center it align only first and last rows among the selected tds in a table.
I want to align all the selected text in tds to the specific alignment, which is not working.
Please find the attached file for the screenshot of alignment issue.
Kindly help.
I have a list of tiles that get created dynamically and I want to display them in a left to right order but when adding the tiles the outcome is as below.
It does not fill the first row and then proceed to the next one, it seems to do two tiles across, two tiles down and then it repeats.
If I add TileRows="1" then it enumerates all tiles on the same row, I want it to drop to the next row once it reaches the right edge of the screen.
How do I get the correct behavior?
I want to create a radgrid for student gpa's per semester and the yearly cumulative. It would look like this
Academic Term GPA
Detailed GPA
Fall 2014-2015 3.00
Springs 2014-2015 3.5
Cumulative GPA
2014-2015 4
The data will come from SQL server
I can't seem to figure out how to do this with a radgrid. Is it possible?
I haven't gotten any working files.
Thanks
Hi,
I'm creating a RadWindow from the code behind and adding some controls via the ContentContainer. When I run the page up I can see that the window exists on the page along with an inner div (called C) that contains all of my controls. However when click the button to display the window it appears empty. All formatting such as title, size behaviours etc are looking correct on the window. It just has no content.
I have got ReloadOnShow set to false so there is no danger of it clearing the data.
Anything else that I might have missed that could cause this? Not posting code at this stage as it is part of a very complex generation tool that I am working on and getting an appropriate small snippet of code would be tricky.
Regards
Jon
hi all
I want to check checkbox column in parent row and update column in rows in child grid
example:when check hasbeakfast column is true then child rows in breakfast column to 1
please Attention image attachment
Hi Telerik!
I wounder If it Possible to assign two or more different details tables to one grid?
actually I want to have conditional details tables depends on master's selected row that makes me able to sweep theme base on Data key name's value of master.
Hello, I would like to automatically assign colors to event's in my scheduler based on the category of the events. I have a limited number of category of events that are pre identified and exist in my database, I want to assign each category a specific color, and automatically assign the background colors to each event when the user loads up the page and navigates through the schedule. I followed this (http://demos.telerik.com/aspnet-mvc/scheduler/templates) demo however this method isn't working for me because I have a read action that creates my model dynamically and filters on the server side, before rendering the view. I'm working with .NET MVC and views are in razor syntax. Any help or resources would be greatly appreciated.
Thanks
Hi,
I have an application where from a user control, I am trying to open another user control which contains a user control having a custom implementation of Telerik file explorer (3 levels of user controls). Issue is, file explorer loads fine except it appears to be in read only mode i.e all the operations are disabled.
However, same file explorer user control works fine when used directly from a web form.
Any idea what is causing this issue?

Hello Everyone,
We want to export any web page into a PDF. It should take any web URL as an input and convert the contents of it into a PDF file.
We referred to the following blogs.
http://www.telerik.com/blogs/using-an-external-library-for-the-export-to-pdf-functionality-in-telerik-s-asp.net-editor
Mentioned solution works but doesn't do the complete job. It has 2 issues.
1. It doesn't export images and
2. It doesn't retain the layout of the web page.
We have also checked the following link which demonstrates how to use Telerik ASP.NET ClientExportManager to export the current web page contents to a PDF. But as mentioned above our requirement is little different, we want to provide web URL as an input to the component which should get converted to PDF.
http://demos.telerik.com/aspnet-ajax/client-export-manager/overview/defaultcs.aspx
Can Telerik support team help us to provide a complete solution for this?
There are other 3rd party components which we have already tried and they do this conversion well,
but we want to know if this can be achieved using Telerik component and how.
Appreciate your help in this.
