Telerik Forums
Community Forums Forum
0 answers
83 views
Hi All,
       
         Today I've given intermediate level on telerik forums.
I very happy that i got next level in telerik forums. And Sure
It will give me some inspiration in my career with silverlight
and telerik controls. Now i will come up with more efforts.
That's All. Thanks Very Much All.

Thanks and Regards
Rahul
Rahul
Top achievements
Rank 2
 asked on 15 Jan 2012
1 answer
175 views
Hi Telerik Team,

   I am trying to export some data to excel and my code is as below:

 

 

protected byte[] rptResult = null;

 

rptResult = //getdata here

 

Response.ClearContent();

Response.AppendHeader(

 

"content-length", this.rptResult.Length.ToString());

 

Response.AppendHeader(

 

"content-disposition", "attachment;filename=Test.xls");

 

Response.ContentType =

 

"application/vnd.ms-excel";

 

Response.Buffer =

 

true;

 

Response.BinaryWrite(

 

this.rptResult);

 

Response.Flush();

 

 

Response.Close();

But after executing I got an error like below:

Error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed.

I think the error is coming from the code like

 

Response.BinaryWrite(this.rptResult);

 

 

 

 
Waiting for the reply
Dayana

Richard
Top achievements
Rank 1
 answered on 06 Jan 2012
1 answer
60 views
which telerik tool helpful for dataware housing or OLAP of small scale data let say some million records 
please post the tool name plus example in shape of a prototype or Video (both for implementation and capabilities show off) 
Ivailo
Telerik team
 answered on 03 Jan 2012
5 answers
94 views
Hi,
I am looking for 'real' background transparent labels.  

In the background of the label images change. Sometimes even movies. I would just like the text to superseed - so just the text, the alphabetical characters would overlay the movie.

Thanks,

 
Ivan Petrov
Telerik team
 answered on 29 Dec 2011
1 answer
122 views
Hello, I am experiencing some issues with navigating these web pages.
Here, in no particular order, are my peeves:

- Clicking a tracked issue from "Your account" takes me the the public issue tracker, but doesn't open the issue.
- Loading the public issue tracker is annoyingly slow.
- There is no clear cut path to registering a support ticket.
- I tried registering something on the public issue tracker, but it seemed to silently fail.
- After logging in, I am not taken to "Your Account" - if I am remembered, that is fine, but if I typed my username and password, clicking again to get to the account page from the front page seems unnecessary to me.

To make the site more navigable, I think some large, friendly, buttons for "Open a support ticket" and "Post on the forum" on "Your Account" would be good. I have found myself searching for the forum for minutes in the past.
And I don't think I've found any way of opening a support ticket..

  -- Regards, Morten
Iva
Telerik team
 answered on 29 Dec 2011
1 answer
156 views
Usually the email we used to register is the person who buy Telerik's product, but not the guys who use the products and open tickets. So the auto notification email should boring for the "registered email".

Is there the option to disable the notification email or just reply to the email who open the ticket?

thanks
Iva
Telerik team
 answered on 29 Dec 2011
12 answers
169 views
i have a project in which when select rad panel item the color changes to some dark grey
when mouse hover comes i have to change the color of remaining items to some light  in color
than the selected item color
usha
Top achievements
Rank 1
 answered on 23 Dec 2011
4 answers
80 views
Hello All
 
I am new to the telerik controls and I have just started using the RadAsynFile Uploaded control. But it cause some problem in Safari browser in MAC Machine.
I have added a Multiview control and in each view there is update panel and a RadAsyncUpload control. Also I have added the update process control in each view.

And the main thing is that all these thing are in a RadWindow.

The Views of the multiview will be show and hide on the button click.

the problem is that when I open this RadWidnow and shows the view having the RadAsynUpload, it just showing the update process and page can no more executes further. This problem only happens in the MAC machine and in Safari browser. I have also tried the simple file uploader contrl and it works fine but main problem is with the RadAsyncUpload control.

Peter Filipov
Telerik team
 answered on 23 Dec 2011
1 answer
146 views
I have built a development framework around telerik mvc extensions, and i would like to share it with the community, is there any legal issue by doing so? i think it would be a great way to attract more customers to Telerik's products....
Sebastian
Telerik team
 answered on 19 Dec 2011
1 answer
92 views
I just dowloaded the trail version Telerik. I was able to create a RadGrid and export it to Excel, Now I'm exporting it to PDF can I change the page size (landscape) and font size in the button click event I have below if so how? Thanks

 

Protected Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
        For Each item As GridDataItem In RadGrid1.Items
            item.Style("background-color") = "#FFFFFF"
        Next
 
        RadGrid1.MasterTableView.BorderStyle = BorderStyle.None
        Dim fileName As String = "myExceltest.pdf"
 
        RadGrid1.MasterTableView.ExportToPdf()
 
    End Sub

 

 

 

Daniel
Telerik team
 answered on 16 Dec 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?