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

Visual Studio crashes after MasterTableView node is expanded in RadGrid property window

15 Answers 255 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Telerik Admin
Top achievements
Rank 1
Iron
Telerik Admin asked on 28 Feb 2013, 01:29 PM

If you are working with the Q1 2013 release of Telerik’s Grid for ASP.NET AJAX, you might run into an issue connected to expanding the MasterTableView node from the control’s Property Window, which would cause Visual Studio to crash. 

 

This problem will be fixed with the upcoming Service Pack release (expected in the beginning of April) and in the mean time you can apply the settings in the mark-up code or via the built-in configuration wizard. 

15 Answers, 1 is accepted

Sort by
0
J
Top achievements
Rank 1
answered on 28 Feb 2013, 10:22 PM
I too have this issue.  I've had to use the grid's menu and choose 'Open Configuration Wizard' to access the MasterTable properties at design time.
0
Matiu
Top achievements
Rank 1
answered on 03 Mar 2013, 03:07 PM
Hello Telerik. I recently installed RadControls. all components are working correctly, but some controls are not working such as Grid,search box and....
It showed me this error. Can enybody help me?
0
J
Top achievements
Rank 1
answered on 04 Mar 2013, 01:35 PM
That doesn't sound like a Telerik related error.  It looks like something in your project's SQL server settings or in your SQL scripts.  It'd be hard to tell without seeing the code snippet that triggers this error.

Most likely cause I can think of are disabled protocols for your SQL Server.

Open the SQL Configuration Manager, go to SQL Server Network Configuration, then click on 'Protocols for XXXXXX' (you may have multiples), make sure that TCP/IP is set to Enabled.  If you had to change any of them, restart your SQL Server service and try again.
0
Matiu
Top achievements
Rank 1
answered on 04 Mar 2013, 03:52 PM
I'm running SQL server 2012 on windows 8. I could not find SQL Configuration Manager. should I add cluster node to my SQL Server?
0
J
Top achievements
Rank 1
answered on 04 Mar 2013, 04:48 PM
No, I wouldn't recommend doing that without knowing your server setup and needs.

This article explains how to enable TCP/IP for SQL Server 2012: http://msdn.microsoft.com/en-us/library/hh231672.aspx

Hope that helps.
0
Matiu
Top achievements
Rank 1
answered on 06 Mar 2013, 02:34 PM
Hi Juan
Sorry I tooked your time too much.
I re-installed SQL Server Stand-alone installation and my SQL is working correctly as before.
But my problem with Telerik demo is alredy exist.
My problem is just with web(asp.net and ajax) demo (not win forms).

And another thing : when I want to install SQL Server failover cluster  installation, these errors occur like before.(see the attached image).
Does these errors related to my problem?
0
Andrey
Telerik team
answered on 11 Mar 2013, 11:14 AM
Hi,

If your SQL instance name is not equal to "SQLEXPRESS" then you need to change the name of the SQL instance in the Web.Config file. There should be node called ConnectionStrings in each and every element of this node you should change the DataSource=.\SQLEXPRESS attribute with the DataSource=.\THENAMEOFYOURSQLINSTANCE

This will fix the issue you are having with the demo application. For the SQL errors you could hover on them and see what is causing them.

Kind regards,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Phil
Top achievements
Rank 2
answered on 20 Mar 2013, 08:31 PM
Yes, I get this, just has Visual Studio crash three times in a row.

This is a pain as I don't know which properties I need to set  ...

My radgrid isn't updating via Ajax, though I don't recall changing anything to prevent this. I can make it update by adding it to an RadAjaxManagerProxy in AjaxSettings, but unless I am going mad it normally updates itself via Ajax? What am I missing?

0
J
Top achievements
Rank 1
answered on 20 Mar 2013, 09:08 PM
Use the grid's smart tag menu and choose 'Open Configuration Wizard' to access the MasterTable properties at design time instead and that will get you past the VS crash.

No idea why your ajax portion isn't working though.  I've wrapped my grid inside an UpdatePanel to ajaxify it and that's working fine (other than causing the page to scroll to the top on postback).
0
Phil
Top achievements
Rank 2
answered on 20 Mar 2013, 09:11 PM
I'm not convinced all the properties are accessible through the configuration wizard though!

I CAN get the grid ajaxified by using an ajaxpanel or ajaxmanager, but I though it ajaxified itself? Is that a feature that was dropped at some point maybe?
0
J
Top achievements
Rank 1
answered on 20 Mar 2013, 09:26 PM
If there are any missing, I haven't noticed them (I'm usually pretty quick to spot that stuff) but you might be right.

No clue if they un-ajaxified the grid, I've always wrapped it in an ajax panel; I'll leave that to Telerik to respond to.
0
Phil
Top achievements
Rank 2
answered on 20 Mar 2013, 11:26 PM
Wow, I must have had some kind of brain fade! The radgrid had its built in Ajax support removed when it went from Classic to Prometheus. I was supporting a development that was still on Classic until about a year ago, maybe that's what confused me!
0
Andrey
Telerik team
answered on 25 Mar 2013, 12:07 PM
Hi,

Yes, this change was made for the Prometheus version of our controls. Now, all controls, including the standard ASP.NET controls could be Ajax-ified with the usage of RadAjaxManager and RadAjaxPanel.

If you have further questions or problems while using our control, please open a formal support ticket and add brief explanation of the problem.

All the best,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Anna
Top achievements
Rank 1
answered on 03 May 2013, 01:07 PM
Hope that the upcoming service pack will solve this issue.
0
Andrey
Telerik team
answered on 08 May 2013, 06:54 AM
Hi,

I am afraid that the behavior is permanent and we are not considering changing it in the near releases. Now, all controls, including the standard ASP.NET controls could be Ajax-ified with the usage of RadAjaxManager and RadAjaxPanel.

If you have further questions or problems while using our control, please open a formal support ticket and add brief explanation of the problem.

Greetings,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Telerik Admin
Top achievements
Rank 1
Iron
Answers by
J
Top achievements
Rank 1
Matiu
Top achievements
Rank 1
Andrey
Telerik team
Phil
Top achievements
Rank 2
Anna
Top achievements
Rank 1
Share this question
or