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

Grid Row Selection not working

3 Answers 132 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ed Bassin
Top achievements
Rank 1
Ed Bassin asked on 15 Jul 2008, 01:52 PM
Hello,

I'm in the process of updating my code to the newest version of Telerik.  I've been having some problems with the new grid.  Many weird things have been happening.

I can't seem to select rows anymore.   In addition, the dropdownlist which is displayed in EditMode does not actually drop down anymore. (it is unresponsive to user clicks)

I've commented out most of my previous code to try to get it to just work, but to no avail.   Here is a small example of what is not working:

 <telerik:RadGrid ID="users_grid" runat="server" OnNeedDataSource="users_grid_needData" AutoGenerateColumns="false"
                            <ClientSettings> 
                                <Selecting AllowRowSelect="true" EnableDragToSelectRows="true" /> 
                            </ClientSettings> 
                            <MasterTableView> 
                                <Columns> 
                                    <telerik:GridClientSelectColumn> 
                                    </telerik:GridClientSelectColumn> 
                                    <telerik:GridBoundColumn DataField="ps_userid" HeaderText="User ID" UniqueName="User ID" 
                                            ColumnEditorID="usr_id"
                                            <HeaderStyle HorizontalAlign=center /> 
                                        </telerik:GridBoundColumn> 
                                </Columns> 
                            </MasterTableView> 
                        </telerik:RadGrid> 


I don't know if this makes a difference, but this grid is inside of an iframe.

Thanks for your help.


3 Answers, 1 is accepted

Sort by
0
Konstantin Petkov
Telerik team
answered on 16 Jul 2008, 04:36 AM
Hi Ed,

Thank you for contacting us.

Although your subscription has expired, I have transfered your forum post to our support ticketing system so that you can send any necessary resources as attachments. Can you please isolate those problems in a sample runnable page which replicates all the troubles you experience? We will review it locally and get back to you with our findings. I believe this will be the fastest way to resolve those issues.

As to the selecting problem, please give the demo below a try:

http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/Client/Selecting/DefaultCS.aspx

You can check both the selection with and without GridClientSelectColumn. Can you please confirm the demos function properly on your end? This will ensure there is no browser problem on your side.

Looking forward to hearing from you.

Best wishes,
Konstantin Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Ed Bassin
Top achievements
Rank 1
answered on 16 Jul 2008, 01:13 PM
Hello Konstantin,

I spoke on the phone with Telerik support, because we had recently purchased the newest version (ASP.NET 2008).

The change should now be reflected in your database.

When I went to the support tickets section of the Client.net tab, I did not see one relating to this problem, so I am going to submit a new one.

I believe that the problem I am having with the grid is non-trivial.  See the support ticket for more information.

Thank you.
0
Konstantin Petkov
Telerik team
answered on 17 Jul 2008, 06:09 AM
Hi Ed,

It seems everything is fine now. I verified myself you can already submit support tickets from this account.

Best wishes,
Konstantin Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Ed Bassin
Top achievements
Rank 1
Answers by
Konstantin Petkov
Telerik team
Ed Bassin
Top achievements
Rank 1
Share this question
or