Browse By Tags

  • Access dropdown text inside ultrawebgrid at client side

     

    Dear Professional

     

    I have a dropdown as the first element of a ultrawebgrid and during adding a new row, I try to access the text of the selected dropdown item at  the client side,  inside BeforeExitEditModeHandler event. When I tried to do is, after…

  • Update the Masked Value client side

    Hi,

    I am trying to implement a user sorting button on rows in a grid. The grid has groups. The user can either select an item and move it up or down within a group or they can select a group (and its items) and move that up or down. Hopefully that makes…

  • UltraWebGrid and doPostBack

    Hi,

    I am using the UltraWebGrid inside an UpdatePanel on my page and I am getting numerous Javascript errors after I call the __doPostBack function from a client-side event handler. The grid works fine beforehand, but after the function is called many…

  • Can Dropdownlist selected value be something other than index 0 upon user entering cell?

    UltraWebGrid v 6.2  and .Net 2.0 

    I have a dropdownlist that is created and filled in the codebehind.  I also have the first line/index blank, which is also inserted in the codebehind.

    Currently, upon enter, it goes to index 0. This happened before and after…

  • WebGrid Client Side Add Row

    I'm trying to use client side JavaScript to insert and delete rows from a WebGrid.

    For instance, to delete, I run this script (partial  and it deletes the selected rows from the table.

        function DeleteRows(gridId, deleteColumnPosition)
        {
            var grid = igtbl_getGridById…
  • UltraWebGrid - Show/Hide Client-Side Methods

    Hello to everyone,

     I have a web page with many UltraWebGrids on it.  I found the client-side methods "hide" and "show" in the documentation.  I have included their descriptions below.

    hide - Hides the grid on the page. The method is particularly…