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…

  • Load on demand multiple Bands

    I load a dataset with up to 5 levels at runtime.  It's dynamic, so I do everything in code.  And it works fine.

    I would like the last level (detail) to be On Demand.

    I tried following the exemple in KB but no success.  Only Band[0] is showing and when…

  • How to align or modify wait icon that appears during LoadOnDemand UltraWebGrid?

    Hello everyone,

    I am using XML LoadOnDemand for UltraWebGrid paging. The problem is that "wait" icon is aligned in the center of the grid but my grid could have 100 rows per page and sometimes this "wait" icon is hard to notice (it could be on…