Browse By Tags

  • Does WebGrid allow displaying/hiding only through CSS styles display and visibility?

    Does WebGrid allow displaying/hiding through CSS styles display and visibility? I dont want to use WebGrid property Visible but want to display/hide only by setting style attributes display and visibility.

  • 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…

  • Move focus from ultrawebgrid to another control

    Hey Guys,

    My apologies in advance if this has been covered, but I really did search and not find an answer to this.

    Situation: Using ultrawebgrids in ASP.Net 2.0.

    User needs to select from a grid. The name of the person in the selected row populates…

  • Refresh Ultrawebgrid using xml loadondemand

    Hi, I have a problem refreshing my UltraWebGrid during an Async postback. I have 2 WebCombo in a WebAsyncRefreshPanel, and a UltraWebGrid in an other WebAsyncRefreshPanel. When I select an value in one combo it refresh the grid. I linked the first WebAsyncRefreshPanel…