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

[Solved] Selecting a row only selects certain rows.

1 Answer 80 Views
Grid
This is a migrated thread and some comments may be shown as answers.
David Sandor
Top achievements
Rank 1
David Sandor asked on 20 May 2008, 06:30 PM
Ok, the scene:  RadGrid for Ajax inside an Ajax Panel.

Enable client side row selection on the grid and uncheck Ajax on the AjaxPanel.
Click any row on the grid and the row is selected.

Select the Enable Ajax checkbox on the AjaxPanel and now certain rows (always the same ones) fail to select.

This is pretty consistent behavior. 

Any help would be appreciated.
Thanks,
David Sandor

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 21 May 2008, 07:57 AM
Hi David,

I tried this on my end and it is working correctly. Try using RadAjaxManager instead of Ajax panel to ajaxify the Grid.

ASPX:
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"
              <AjaxSettings > 
               <telerik:AjaxSetting AjaxControlID="RadGrid1" > 
                <UpdatedControls> 
                 <telerik:AjaxUpdatedControl  ControlID="RadGrid1" /> 
                </UpdatedControls> 
               </telerik:AjaxSetting> 
              </AjaxSettings> 
            </telerik:RadAjaxManager> 


Thanks
Shinu.
Tags
Grid
Asked by
David Sandor
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or