I'm in a very strange situation..
<
telerik:GridButtonColumn CommandName="Delete" UniqueName="Delete" Text="Delete" ButtonType="ImageButton"
ImageUrl="~/Image/Delete.gif" ConfirmDialogType= "RadWindow" ConfirmText="Are you sure you want to delete this ?"
ItemStyle-Width="20px" HeaderStyle-Width="20px">
<ItemStyle HorizontalAlign="Center"/>
</telerik:GridButtonColumn>
This confirm window is popup but when I click OK or Cancel no response..It's only happening on my production machine, Windows server 2003 sp2 and browser is IE7. The same configuration is on test machine. its working with out any issues. scripting is enabled on browser.
Any idea..it's very urgent ..
Thanks!