Browse By Tags

  • Object reference error when binding webcombo column in ultrawebgrid

    hi,

    When I design ultrawebgrid by configuring columns with aspx code itself, when setting DataType and baseColumn name to a column which actually configured with webcombo column, on binding it throwing object reference error.

     

    My code look like,

  • WebCombo in a Templated Column of a WebGrid

    Hi

    I´m facing a problem with a templated column

    I have a WebCombo inside of a templated column of a UltraWebGrid

    I want to fill the WebCombo, with the data of a table in my DataBase, but I can´t find the way to do this

    How can i bound…

  • Webcombo in WebGrid doesn't show when using cell.beginEdit() in FireFox

     Hi All,

     I have come across a problem in firefox. I have a webgrid with webcombo on a page, (ajax enabled and uses update panel) I have also added the webgrid CellClickHandler on client.

    Basically, if a user first click on a cell, another webgrid on the…

  • webcombo inside ultra web grid control

    I am using a ultra web grid control for data entry purpose(insert only) and one column on this grid is a webcombo(type ahead). I am using a decalrative SQLdatasource to insert the data in the database.

    My issue is that the Value of the selected Item…