Hi, I am trying to filter RadGridView in the background thread, to keep the UI active while user is typing his/her search string. All I am doing curretly is using custom predicate for all columns. With too many rows > 1K the UI get sluggish.
Is it possible to have the GridView set to isBusy while a pasting operation is underway? Sometimes it takes a few seconds to complete a large paste and it'd be nice to be able to have it show the user it is busy. Thanks
we are planning to use "RADDataFilter" only as the UI to provide Search criteria and then use those criteria's as an input to sql procedure and search against the database. so to do this we need to get the criteria's entered by the user from DataFilter.
i checked properties of the DataFilter ,but could not get any which provides the information.
Hi! I am having a bit of a problem with a RadGridView. The F5-key, which I would like to use to refresh the entire view, is being consumed by the grid, How can I work around this problem?
I have multiple RichTextBoxes (5) in my application and I need to support Search/Replace across all RichTextBoxes. Also, I have similar requirements for Spell Check/Find Next Error. How do I go about implementing these functionality?
Hello,
I did a search and was not able to find anything similar to what I am trying to do. Is there a way to animate using Expression blend the mouse click of selecting one of the items in the panel? I would like to 'shake' the item when it is selected.
I have a TreeView with Drag/Drop enabled. Say I want to drag the bottom item (or any item) all the way to the top. It does work, but I do not see the preview line. (if I enable the tool tips, those work fine also) All of the other preview lines work fine, including dragging an item all the way to the bottom.
It is a very basic tree view control with no nesting as of yet.