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

Properties take too long to appear

8 Answers 58 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jorge
Top achievements
Rank 1
Jorge asked on 17 Jul 2009, 10:55 AM
Hello.
I'm relatively new to Visual Studio 2008 and to RadComponents.
I noticed that VS is extremely slow with RadComponents, even though I have an great computer (Core 2 Duo E6750, 2 Gb).
For example I create a MasterTable Edit Template for a RadGrid and when I click a Textbox, etc. I have to wait 3-5 seconds for properties to appear.
Is this normal? Is there any way to optimize this?
VS consumes no more than 300 Mb of RAM and there's always free memory. All the other programs work fine (SQL Management Studio, Office programs, etc.).

Thanks a lot.

8 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 22 Jul 2009, 03:29 PM
Hello Jorge,

Unfortunately I am not able to determine the exact cause of the slow-down in your case because we have not been contacted with regards to a similar issue before.

Can you please specify how many controls you nested inside the MasterTableView's edit template of the grid and whether the issue disappears when you restart the VS environment or re-open the web site? Does the same delay appear when you define such template for MS GridView instance for example? The answers to these questions can help us determine the cause of the issue and how to eliminate it.

Kind regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
ManniAT
Top achievements
Rank 2
answered on 23 Jul 2009, 02:49 PM
Hi,

especially in larger projects properties sometimes do not show at all (in source view).
Most of the time I get properties - but no events.
Sometimes (after switching to shared / design view) I have properties again.
I prepared a video about the issue.
http://www.pp-p.net/gridpropbug/
Please use at least a resolution 1024x768 -- comments are on the bottom of the video!
Used Versions -
Telerik q2 2009
VS: 2008 SP1 Germand

Regards

Manfred
0
Pavel
Telerik team
answered on 28 Jul 2009, 09:27 AM
Hi Manfred,

Indeed I could observe the problem captured in the video you have provided. I have logged the issue in our system for further investigation. Please excuse us for the inconvenience.

Kind regards,
Pavel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
ManniAT
Top achievements
Rank 2
answered on 28 Jul 2009, 10:31 AM
Hi Pavel,

by the way in this "change views" (Source, Design, Mixed) scenario still the problem (I reported this somewhere else a few weeks ago) exists that Grid, Chart (and other controls also I think) tend to "reformat" the markup.
Before I had something like:
<telerik:GridBoundColumn DataField="xxx" ...... HeaderStyle-Width="120px" />
Nice an compact - especially when a grid has a lot of columns.

After switching to design mode - and changing a value there it looks like:
<telerik:GridBoundColumn DataField="xxx" ...... HeaderStyle-Width="120px" >
<HeaderStyle Width="120px" />
</telerik:GridBoundColumn>

Regards

Manfred
0
Pavel
Telerik team
answered on 31 Jul 2009, 05:48 AM
Hello Manfred,

Indeed I could reproduce the problem when you change something in design-time. We will investigate this problem as well.

Sincerely yours,
Pavel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
ManniAT
Top achievements
Rank 2
answered on 31 Jul 2009, 10:07 AM
Thank you

Manfred
0
Tarun
Top achievements
Rank 1
answered on 28 Nov 2011, 09:54 AM
Hi,

We are also facing the same issue.

When in Source View, the Properties Window does not load the properties and events.
On switching to Design view only, the Properties Window gets a list of all properties.

Any update on this issue please.

Regards
Tarun Singla
0
Johny
Top achievements
Rank 1
answered on 29 Nov 2011, 06:31 PM
Hi,

This forum is kind old so i suspect that i you hit a known issue in VS 2008:

http://www.telerik.com/community/forums/aspnet-ajax/grid/setting-mastertableview-column-properties-not-sticking.aspx

Cheers,
Johny,
Tags
Grid
Asked by
Jorge
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
ManniAT
Top achievements
Rank 2
Pavel
Telerik team
Tarun
Top achievements
Rank 1
Johny
Top achievements
Rank 1
Share this question
or