Browse By Tags

  • Maintain Selected Rows accross pages

    I am attempting to use UltraWebGrid (Version=7.3.20073.38) to display 1000+ rows (of which, 1 column will contain up to 25-50 characters) with Extended Row Selection and Keyboard Activation enabled. Because row selection is sluggish with 1000 rows in the…

  • use own IEnumberable datasource

    Hello!

    I use a Ultrawebgrid with XML-load on demand and a RowsRange of 30

    Because of bad performance with 30000 rows, i made my own IEnumberable datasource for returning only the rows i want. But there is another problem: the ultrawebgrid fetchs every single…