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

radgrid row selection fails on initial load

0 Answers 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
tony
Top achievements
Rank 1
tony asked on 06 Jun 2012, 02:42 AM
i have a radgrid within a radajaxpanel within an ajax control toolkit tab which is populated based upon the selection of a row from another tab. when i click to the first described grid, selection fails even though selection is enabled. when i click a row's edit button and then cancel, selection works.

the insert row button has been redefined to open a radwindow to select a row to populate the parent grid:
<CommandItemTemplate>
      <a href="#" onclick="return openWin();">Add New Registrant</a> <a href="#"
           onclick="return refreshGrid();" style="float: right">Refresh</a>
</CommandItemTemplate>

this alteration shouldn't matter but i have included it in the event that it does.

why does the grid not select when first loaded? i have seen at 2 other threads on this subject without any obvious resolution.




No answers yet. Maybe you can help?

Tags
Grid
Asked by
tony
Top achievements
Rank 1
Share this question
or