Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update button doesn't work in FireFox for inline editting
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Update button doesn't work in FireFox for inline editting
Environment versions
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01291593
Message ID:
01291593
Views:
47
Hi everybody,

How can I debug why Update button doesn't do anything when I try to do inline editting in the FireFox? There is no error message, nothing, but the Update doesn't change to Edit after pressing.

Where should I put my breakpoint to see what's the problem?

Here is the definition
<asp:GridView ID="GridViewEvents" runat="server" AllowPaging="True" AllowSorting="True"
                AutoGenerateColumns="False" CellPadding="4" DataKeyNames="EventID" DataSourceID="SqlDataSourceEvents"
                ForeColor="#333333" GridLines="None" Caption="<h4>One Time Events</h4>" OnRowDataBound="GridViewEvents_RowDataBound" OnRowUpdating="GridViewEvents_RowUpdating">
                <FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
            .....
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform