Browse By Tags

  • Checkbox in the header how to keep values on sort and how to make it not moving

    I am trying to implement ultrawebgrid and I have problem. I have checkbox at the last column in the datagrid. First I would like all the columns in the grid to be able to move, sort and filter, but I want to prevent that checkbox column from moving, I…

  • How to Bind WebdateChooser to webgrid column in client side?

    Hi guys,

    I want to bind a web date chooser to a column in a web grid in the client side using javascript, i.e when i click on the cell, a web date chooser should pop up.

    If u guys have any idea,plz help?

  • Cancel post back on client side not happening after confirm dialog

    I have an ultrawebgrid that has 2 template button columns. One for editing the data in the row and one to Delete the row. I am trying to get a confirmation on the click of the delete (this posts back to server deletes a rec from a dataset and rebinds…