This is a migrated thread and some comments may be shown as answers.

Grid not showing updates in runtime

2 Answers 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
cdikmen
Top achievements
Rank 1
cdikmen asked on 30 Mar 2009, 12:38 PM
I am using Q1 2008 and having a problem with RAD Grid not updating in the browser at runtime (VS 2008). It is as if the grid and all properties are being cached and the cache is not getting cleared.

Example:

I have a hyperlink column with a reference to an aspx page.
I update the hyperlink column and point the reference to a different .aspx page
I run the debugger, the browser window opens and the grid is still pointing to the original target page.

I don't know how to clear this "cache" and force the grid to reflect what is actually in design-time.

I have tried deleting the browsing history and temporary files, but this does nothing.

Does this make sense?

2 Answers, 1 is accepted

Sort by
0
cdikmen
Top achievements
Rank 1
answered on 30 Mar 2009, 02:10 PM
I just did another test and it appears that when I change properties using the RADGrid Property Builder, the changes do NOT get pasted back into the Source View of the page. If I manually make property changes in the Source View, then the page runs properly in the debugger/runtime.
0
Sebastian
Telerik team
answered on 30 Mar 2009, 03:24 PM
Hello cdikmen,

Does the same issue appear when you use the latest release 2009.1.311 of RadGrid for ASP.NET AJAX? Additionally, note that there are some VS 2008 design-time fixes announced recently which may be related to the same matter (in case the grid resides inside another container). More details can be found here:

http://blogs.msdn.com/webdevtools/archive/2009/03/23/hotfix-for-design-view-does-not-update-html-and-to-designer-inserts-a-lot-of-nbsp.aspx

Best regards,
Sebastian
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
cdikmen
Top achievements
Rank 1
Answers by
cdikmen
Top achievements
Rank 1
Sebastian
Telerik team
Share this question
or