Browse By Tags

  • Filter combobox based on value selected in another combobox

    My WebGrid has several columns that have a WebCombo set as the EditorControl.  How can I filter one combobox based on value selected in another combobox? 

    I don't think that I can use the strategy detailed here, because my query is much more complex and…

  • WebCombo as User Control in UltraWebGrid column

    Hi All,

    I'm trying to add a WebCombo inside of a UltraWebGrid column.  I'm doing this inside of an overriden CreateChildControls method which, for each row, queries the DB for the drop down items and adds the control to the cell in question.

  • Web Combo Value in Web Grid Cell

    Hi folks,

    I have a WebGrid set up with a WebCombo as a cell editor so that a user can select a value from the drop down to populate the cell value. I have type ahead set up on the WC and it has been working well.

    If you try and type a value that is…

  • WebCombo in WebGrid trigger by double click instead of single click

     Hi all,

     I am wondering whether is possible to have a webcombo in webgrid that trigger by double click instead?

    Because, I would like to single click a webgrid cell to create / display another webgrid on page with additional information regarding the cell…

  • Related webcombos to load on demand (ajax)

    I have three related webcombos in webgrid.  Once the user selects the data in the first webcombo (static - preloaded), the second combo will be loaded via ajax, based on the first combo.  Then the third combo will be loaded via ajax based on the values…

  • Format of EditorControls in WebGrid

    I have a webGrid with several WebCombos used as EditorControls.  Several of my text cells in the grid can hold a fairly large amount of text, but to preserve a consistent layout of the rows, I use a DefaultRowHeight property of the grid.  In edit mode,…

  • Refresh webcombo on Ultrawebgid by a cell button

    Hi,

    On the Ultrawebgrid, for each row, I have a cell is a webcombo, and a cellbutton next to it.

    Because the data is extremely large (over 400K), the type ahead on webcombo is not a feasible as it is impossible to load 400K data on initial stage. So,…