<
button class="qsfButtonBig" style="width: 100px" onclick="radprompt('<em><span style=\'color: #000099;\'>Please enter your email address:</span></em>', promptCallBackFn, 330, 100, null, 'Forgot Password Manager', ''); return false;">Forgot Password</button>
In Firefox, when the spell-check moves to the next word, the pop-up window falls below the lower edge of the window, forcing the user to scroll down to see more than just the top line of the pop-up menu. I am using the latest Firefox.
Please give me a solution for this.


for (int i = 0; i <= WorklistGrid.Columns.Count - 1; i++)
{
if (WorklistGrid.Columns[i].HeaderText == "Initiated")
{
WorklistGrid.Columns[i].HeaderText = "J Start Date";
WorklistGrid.Columns[i].Datafield = "JSTARTDATE";
}
}
<
telerik:GridButtonColumn ConfirmText="Delete this artist type ?" ButtonType="ImageButton"
CommandName="DeleteArtistType" Text="Delete" UniqueName="DeleteArtistType" >
<HeaderStyle Width="20px" />
<ItemStyle HorizontalAlign="Center" />
</telerik:GridButtonColumn>
ive specified the delete method like this
ondeletecommand
="RadGridArtistTypes_DeleteCommand"
when I run the page, the grid is rendered but the image isnt displayed in the delete column (I have a red cross) and the delete method never gets called
Ive used exactly the same method in a different grid and it works ok !
The edit fucntion works ok though
<
telerik:GridEditCommandColumn ButtonType="ImageButton" UniqueName="EditCommandColumn1">
<HeaderStyle Width="20px" />
This is driving me nuts, I really canbt see why it works in one grid but not in another, can anyone help ?