Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
196 views
It seems I've uncovered a bug in the compression module, or I may be doing something wrong.

It seems that when you use it to compress ViewState, it fails in the following scenario:

Main page, compression module enabled to compress viewstate (I actually have not enabled it to compress the viewstate, but its doing it anyway, without the browser file).  On that page, a button opens a RadWindow, which calls another page.  When the RadWindow is closed, the main page returns a javascript error saying that the ViewState doesn't match.  This makes sense because the second page in the RadWindow modified the variable that's storing the compressed viewstate, and now they don't line up.  This seems to be the case in both modes, hidden variable and session.

Is there any solution to this, or am I doing something wrong?

Thanks in advance,
Alex T



Alex Tushinsky
Top achievements
Rank 2
 answered on 15 Mar 2009
1 answer
72 views
Hi Team,
    I will be doing the dragg & drop operation . And during this process if there is no child nodes , I want to delte the complete heirachy . If I am displaying the child level nodes at 5th level , I wants to delete from level 4 to level 0 if there is no nodes at 5th level .
Suppose at the 3rd level I have 2 child nodes and under node don't have the child node . In this case I have to delete only one child from level 3 not the complete heirachy . Can you please help me out .

Regards
Manoj
Manoj
Top achievements
Rank 1
 answered on 14 Mar 2009
1 answer
103 views
Hi Team,
    I have set the multiple selection in the tree as true . Also on click of a node I am displaying some values in 3 text boxes . But what I want is that when I will be selecting multiples nodes from the tree view control , I want to remove the values from the text box . Which event I have to use for this so that I can able to track this .

Regards
Manoj
Manoj
Top achievements
Rank 1
 answered on 14 Mar 2009
2 answers
143 views
All,

I realize that this is more of a request than a bug, but I consider anything using strings to do reflection as a bug. It is bad, bad, bad...especially when we have such things as Static Reflection available to us in 3.5 with Expression<T>.  The reason is that you don't get any compile time checking. Instead, you don't find out that you mispelled something or a property has been deprecated until run time when you finally click on that page where the grid lives.

Anyways, I am wondering what the plan is to change your columns to use Static Reflection versus using strings as DataFields. The reason that I ask this, besides it really bugging me, is that I am working on an implementation of our own bound column that uses it. Since I can't override its functionality as easy as you, especially because of all the internal calls, I will request that you make your grid columns start using Static Reflection. In case you don't know what this is, instead of mapping an object to a string representation of the property, you can actually map it to a compiled version of it using lambda. Below is an example of what I would love to see. A Fluent Interface would be my next request.

 

var amphireGridBoundColumn = new AmphireGridBoundColumn<Product>().MapDataField(x => x.CasePrice);

 

amphireGridBoundColumn.HeaderText =

 

"Case Price";

 

radGrid.MasterTableView.Columns.Add(amphireGridBoundColumn);

Thanks for taking the time to read this and I hope that you can implement it soon.

Mike

 

 
Mike
Top achievements
Rank 1
 answered on 13 Mar 2009
1 answer
111 views
Hi Guys,

This is a minor bug that does not effect the execution of your products, but it is a bug none-the-less.

In the Windows Uninstall window your products are not consistently listed.  Currently they are listed as follows:

RadControls for Silverlight Q1 2009
RadControls for WPF Q1 2009
Telerik RadControls for ASPNET AJAX Q1 2009
Telerik RadControls for WinForms Q1 2009

Your names have always been consistent in the past either ALL starting with RadControls or Telerik so they are grouped clearly.

~Mike
Nikolay
Telerik team
 answered on 13 Mar 2009
1 answer
141 views
I have a hierarchial grid that displays applications on the top level.  Under each application I display the users for that application.  What I want to do is have the username linked to the page for that user.  I thought it was a fairly simple issue to solve but after a few hours trolling the forums and digging through the documentation I still can't figure out how to accomplish what I need. 

I need to set the NavigateUrl for each user server side because we encrypt the querystring on the URL link to a user.  For a normal grid I simply subscribe to the OnDataBound event for the grid and in that method I get the Hyperlink instance and set it using information from from the row (as seen here).  

I tried subscribing to the OnDataBound event on the DetailTable GridTableView but the event never fires. 
I know this could probably be accomplished by encrypting the data and putting it in the object bound for the detailTable for each user before the databind but I'd rather do it by not modifying the object that I bind to.

Is this possible? 
Thanks.
Craig
Top achievements
Rank 1
 answered on 13 Mar 2009
2 answers
176 views
I am using RadScheduler (version 2008.3.1125.20) with prototype.js on the same page.

I attached an example. When you move App3 to a timeslot 10am-11am, you get the following error:

_87.get_start() Object doesn't support this property or method

And it locks the control.

I hope it gets resolved soon. It is really causing us a lot of frustration.

Thanks,
Oleg.
Mar
Top achievements
Rank 1
 answered on 13 Mar 2009
3 answers
254 views
A bit of a mouthful on the title, sorry about that, but I want to make sure you get a slight idea of what I am trying to achieve.

Ok, so a brief description.
I have a RadUpload Control inside a AJAX ModalPopupExtender Panel. This works fine in IE 7, but in FireFox (version 3.0.7) the 'select' button will not work. All the other buttons do, but that one won't. In IE 7 though, it works fine.
I haven't tested it in any other browsers yet.

The other issue is to do with the RadUpload File validation. I checked http://demos.telerik.com/aspnet/Upload/Examples/CustomValidation/DefaultCS.aspx?RadUrid=aadb5481-df77-46ad-8602-87a54ed7c12b for custom validation. The thing that keeps stopping me getting any further is the reference to Telerik.WebControls.
I can not find any documentation anywhere telling me anything about this reference. If I go to 'Add Reference' I can see Telerik.WinControls, but no mention of WebControls anywhere. If I try to add the imports Telerik.WebControls, it just moans saying it can not find it.
I need the import because without it I can not use ValidateFileEventArgs which is really what I need to use.
Please can someone point me in the right direction. If you require a code example, I will put some in here.

Thanks,
r3plica
ATS
Top achievements
Rank 1
 answered on 13 Mar 2009
2 answers
137 views
Hello,

This is my cenario, i have rad editor installed and so when i create a new reusable html content i get the rad editor in the Reusable HTML field. I write text, html tags and they all get saved. When i use Flash Manager and add a flash and hit ok, that object tag is not saved. this is a rad editor or Reusable HTML field issue? How can i solve it?

edit:
I have tried in a site without rad editor and when creating a new reusable item, i try to add the flash html in the popup source window of the field and hit ok, it completly disappears after i hit ok...it seems the problem is the field...any ideia how i can solve this?

Thanks.
Pedro
Top achievements
Rank 1
 answered on 13 Mar 2009
3 answers
219 views
Hi,

I have downloaded the latest version for Telerik ASP.Net AJAX controls and installed on my Vista based laptop. But it is not working on my laptop.

I am getting error page canot be displayed. I have changed the .NET freamework version from 2.0 to 3.5 but I am getting the same error.

Thanks
Taran
Eric Schoenholzer
Top achievements
Rank 2
 answered on 13 Mar 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?