Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
156 views
PLEASE, PLEASE fix the integration betwenn vs and telerik..
For years now, I dread each upgrade as I spend hours to find the "magic" config which will allow telerik and vs to work again..

The integrated upgrade break 100% of the time, only a full msi intall gets any change of working..

Setup:
Vs 2010 with lastest telerik 2010.1.415.40..
And yes, the telerik.UI dll is in the local directory.. and yes the toolkit has been fixed to pij tto the right designer set..

The last change was simply to change from 3.5 to 4.0, and the designer breaks yet again

Same control on various pages gives totally diferent errors but in all cases nothign works!!!

Please please fix this stuff so your controls will work with Vs..
Ray
Top achievements
Rank 1
 answered on 19 May 2010
1 answer
75 views
Hi 
    can you help me, in the below issues.
    we have used telerik ASP.NET Ajax controls for our development. In dev enveronment is working fine. when we deployed in server are getting following error.

Daniel
Telerik team
 answered on 19 May 2010
1 answer
95 views

Team,
I've Radgrid in my webpage bounded to Datasource. I want to export that Radgrid datas to MSWord.
For that, I wrote the following code in the Button Click event:

 

 

protected void Button1_Click(object sender, EventArgs e)

 

{

Response.Clear();

Response.Buffer =

true;

 

Response.AddHeader(

"content-disposition", "attachment;filename=FileName.doc");

 

Response.ContentEncoding = System.Text.

Encoding.UTF7;

 

Response.ContentType =

"application/vnd.word";

 

System.IO.

StringWriter oStringWriter = new System.IO.StringWriter();

 

System.Web.UI.

HtmlTextWriter oHtmlTextWriter = new System.Web.UI.HtmlTextWriter(oStringWriter);

 

 

//this.GridView1.RenderControl(oHtmlTextWriter);

 

 

 

 

 

this.RadGrid1.RenderControl(oHtmlTextWriter);

 

Response.Output.Write(oStringWriter.ToString());

Response.Flush();

Response.End();

}



but its throwing error as shown in the screen shot.

The same code works fine for GridView. Is it not possible for RadGrid? Pls. provide me a solution.

Thanks,
Rajesh N.
Daniel
Telerik team
 answered on 19 May 2010
5 answers
669 views
I'd like to use the Skin Chooser in the demos in our application but I'm not exactly sure on how to extract it out.  Any help would be greatly appreciated.

Andrew
keymmachine
Top achievements
Rank 1
 answered on 19 May 2010
6 answers
296 views
Hello Friends,

I used new radgrid with dynamic column with custom pagging.
In my list display column which contain Int, Datetime value.I also applied filtering on all the textbox.
I check validation on server side , radgrid ItemCommand Event.
When some one will enter text on Int column than i will display Error message using the radalert on server side.
after message is displyed i need to blank on filter textbox.

How i will do blank filtered textbox?

i have tried below code but its  not working.

dg.MasterTableView.FilterExpression = String.Empty



Thanks & Regards
Jignesh Patel

Jignesh
Top achievements
Rank 1
 answered on 19 May 2010
1 answer
99 views
I'm using LoadOnDemand with a WebService to load items from a database. I am also using the Filter = "Contains" property, not to filter the results (my web service does that), but to highlight the search term in the result set. With "Contains" the text may be anywhere in the item, so it is a visual cue to see where it matched.

Here is my problem: If someone types in "xyz" and no filter items match, it returns an empty set. I would like to show a message that says "No matches found". One solution I tried was to detect the fact that no items were being returned in the web service, and then inserting a dummy item with the text "No matches found". The problem is this gets filtered out by the control because "No matches found" does not contain "xyz".

I thought of two solutions, but each has me stumped:
1. Using OnClientItemsRequested, if the result set is 0 items, then turn off filtering so that the message will show. The turn filtering back on next time OnClientItemsRequested is called. I can't seem to control the filter property with javascript though.
2. Use the RadComboBoxData.Message property to say "No matches found", but this doesn't appear when I send my result back from the web service. I don't know if I'm doing it wrong, or if the filter is hiding it, or if that only works with virtual scrolling.

I am also open to other solutions. I would rather not change the user's text input however. For example, if they type "xyz" and there are no matches, I don't want to clear their "xyz" entry and show the message in the box. Maybe they made a typo and just need to backspace and correct it. If we clear it, I think it will be confusing.

I look forward to your advice! Thank you.
Kalina
Telerik team
 answered on 19 May 2010
2 answers
85 views
Hello,

In the month view, is there any way to change the button you click to expand the calendar date picker? We've been asked if we can make this look like the regular datetimepicker so that it has a calendar icon rather than just the little down arrow. 

I'm pretty I can by modifying the CSS, but I have no idea what class it is that needs to be changed. Can you point me to the right direction?

Thanks,

Dominick DeStasio
Dominick DeStasio
Top achievements
Rank 1
 answered on 19 May 2010
1 answer
113 views
Hello,

does anyone know if Telerik is compatible with the Mono 2.6.4 and .NET 3.5 framework ?

Thanks
Cheers
Daniel
Telerik team
 answered on 19 May 2010
6 answers
198 views
I am using the Image Editor and an override of StoreBitmap().
Is there a way to find out the original name of the image being edited?
I don't care about what the user would type into the "Save As" box.
Is there also a way to hide or disable that box?

Unified Development
Top achievements
Rank 1
 answered on 19 May 2010
1 answer
94 views
I am using telerik raddocks for the dashboard, i have totally 9 widgets in the dashboard, when i minimize the last widget in a row the
next widget occupies the space below the minimized widget but when i minimize the first or the second widget
in a row there is only a white space below the minimized widget,i want the next widget to occupy the space below the minimized widget.
how do i achieve this behaviour.

Regards,

Suvina.
Pero
Telerik team
 answered on 19 May 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?