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

Can't select rows in deployed Grid

3 Answers 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
DAVE
Top achievements
Rank 1
DAVE asked on 09 Sep 2013, 07:08 PM
Row select works fine on my development machine but once I deploy the grid there is no row selection at all.  I am enabling row select like this from within the Grid:

 

<ClientSettings AllowKeyboardNavigation="true" EnablePostBackOnRowClick="true">

 

 

    <Selecting AllowRowSelect="true" />

 

 

</ClientSettings>

Using Internet Explorer 6 on the deployed machine, if that makes a difference.

 

3 Answers, 1 is accepted

Sort by
0
DAVE
Top achievements
Rank 1
answered on 12 Sep 2013, 12:01 AM
I also noticed that the "page size" selector in the standard pager control does not work (that is, nothing happens when you click it) but the page forward/back controls DO work.

I really need a solution for this ASAP!
0
DAVE
Top achievements
Rank 1
answered on 12 Sep 2013, 06:28 AM
Solved it by the removal of this infamous line from web.config:

<xhtmlConformance mode="Legacy"/>

The next question is:  does the removal of that line cause any side effects in any part of my application that I need to be aware of or look for?
0
Marin
Telerik team
answered on 12 Sep 2013, 09:24 AM
Hi,

 RadControls specifically are not affect by this setting in the web.config. It is a very outdated XHTML conformance option that forces some browser rendering changes (prior to ASP.NET 2.0) and is certainly not supported alongside newer frameworks like ASP.NET AJAX.

Also if you need faster response time on a certain question you can open a support ticket using our ticketing system. The issues there are processed with higher priority than the forum threads and within 24 hours from the time of posting.

Regards,
Marin
Telerik
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 the blog feed now.
Tags
Grid
Asked by
DAVE
Top achievements
Rank 1
Answers by
DAVE
Top achievements
Rank 1
Marin
Telerik team
Share this question
or