Browse By Tags

  • WebDataGrid1_RowUpdated

    Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 …

  • UltraWeb controls not working properly in IE9

    I am using UltraWebGrid and WebCombo in my web application these controls are not working properly in IE9. If i run my web site through the Microsoft Visual Studio then While selection change the WebCombo or select any row in the UltraWebGrid i am getting…

  • Why does this WebDataGrid cause a PostBack on arrow key navigation to new cell?

    All of the other WebDataGrids on my site work correctly, with deferred update and Autocrud = False.

    The WebDataGrid below correctly updates the database value by calling "WebDataGrid1_RowUpdating" in the code behind.  But it's incorrectly causing…