Browse By Tags

  • RowSelection with Combo Box

    I have a grid configured with combo boxes. When the combo editor is selected and it opens for editing it deselects all the other rows in the grid.

    In my application there are hundred of rows and it has to page them 25 rows to a page. The users are supposed…

  • Paging buttons work with mousedown and selection with mouseup

    I've a grid that uses both Selection and Paging features.

    The problem is that paging buttons work with mousedown and selection with mouseup. This is an issue because when the last page has fewer elements than the other pages, the user clicks 'Previous…