Telerik Forums
Community Forums Forum
12 answers
475 views
Can telerik perhaps start to think about Minifying their CSS, or at least providing a property through the stylesheetmanager to ENABLE downloading the minified version(s)?  Once the versions are up on your CDN, they're pretty set in stone right...?  I can understand the PITA issues with doing it inside of the Web.UI assembly...but the CDN versions should be static up there tied to their version right?

Take a peek at the webmail demo for example (my favorite btw)

You can shave off 36k or 19% of the size of the downloaded CSS with no side effects.  If you use Google PageSpeed It's just removing the whitespace and makeing each style be on it's own line....shouldn't affect IE6 (which I assume is why you're not doing it?).  We've certainly never had any style side effects with a heavier dynamic minifier on the CSS (compresses the entire thing to 1 line on the fly ).
Simon
Telerik team
 answered on 16 Jan 2012
0 answers
102 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
219 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
79 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
124 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
150 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
195 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
184 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
102 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
168 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?