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

[Solved] RowClick causing full page postback on first click, fine after that

1 Answer 103 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Shawn Sullivan
Top achievements
Rank 1
Shawn Sullivan asked on 21 Oct 2009, 09:33 PM
I have a RadGrid that is setup to update some controls outside the grid when a row is clicked.  It works perfectly except on the first time I click on a row after loading the page.  It will perform a full page postback and every time I click a row after that it just does a partial postback.  Any help on this would be greatly appreciated.

Also, AllowKeyboardNavigation stops working in this scenario.

Thanks,

-- Shawn

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 27 Oct 2009, 08:53 AM
Hi Shawn,

The description you give indicates that most probably your AJAX settings are not properly applied on initial load. This may happen when you add AJAX settings too late in the page lifecycle. Therefore, these settings are applied only after a postback. Check this out.

The keyboard navigation issue might be a consequence of the above.

Sincerely yours,
Veli
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Shawn Sullivan
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or