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:
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.
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.