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

Can't select a row to edit

6 Answers 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
d-cpt
Top achievements
Rank 2
d-cpt asked on 27 Aug 2008, 05:58 PM
I tried the demo codes from the link below
http://demos.telerik.com/aspnet/prometheus/Grid/Examples/DataEditing/EditOnDblClick/DefaultCS.aspx

by create a similar page with similar codes/control settings. When I double-click a row nothing happen. Please help. TIA.

6 Answers, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 28 Aug 2008, 08:35 AM
Hello Duc,

Please test the website I attached to this post and let me know if you have additional questions.

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
d-cpt
Top achievements
Rank 2
answered on 28 Aug 2008, 01:39 PM
Hi Daniel,

Thank you for your quick reply. I added the DefaultCS pages to my web app project, modify my web.config to include the connection string to Northwind, and opened it OK but still can't edit any row. 
I test it on a Vista box with IIS 7, VS 2008 SP1, and Northwind DB on SQL Server 2008 Developer. 

Regards,
d-cpt
0
d-cpt
Top achievements
Rank 2
answered on 29 Aug 2008, 12:53 PM
When I set IE Internet option of script debugging to checked, the page gave this error: Line 133 Error: 'Sys.WebForms.PageRequestManager' is null or not an object.
0
d-cpt
Top achievements
Rank 2
answered on 29 Aug 2008, 07:00 PM
I found this line 

<

xhtmlConformance mode="Legacy" />

on my Web.Config that must be removed in order to get the 'cute' double-click RadGrid works.


0
Daniel
Telerik team
answered on 01 Sep 2008, 12:28 PM
Hello Duc,

I double checked the project but I am unable to find the following line (<xhtmlConformance mode="Legacy" />) inside.
Can you please specify which version of our RadControls is used in this website?

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
d-cpt
Top achievements
Rank 2
answered on 02 Sep 2008, 12:45 PM
Hi Daniel,

The line <xhtmlConformance mode="Legacy" /> is in web.config
This is the converted project from vs2003 to vs2008. The RadGrid works smooth after I removed that line. I don't think RadGrid creates that codes.

Regards,

d-cpt.
Tags
Grid
Asked by
d-cpt
Top achievements
Rank 2
Answers by
Daniel
Telerik team
d-cpt
Top achievements
Rank 2
Share this question
or