Search
You searched for the word(s): [no words] || User(s): venkatesh
Showing page 1 of 6 (57 total posts)
< 1 second(s)
-
Is my question is that tough that no Xceed Staffs are replying to my thread. I do see that questions posted after mine are answered? My question is very simple.
What is the purpose of ShouldAbort and when can we use it?
-
-
Hi,
ShouldAbort property in AsyncQueryInfo is a readonly property. When will this gets true?Is there a way that I can force to set to true on error cases? Thanks
-
Loic:When I want to displaying my chunk of rows with QueryItemsEventArgs.AsyncQueryInfo.EndQuery, the grid will show for 1 or 2 seconds empty rows (with default value, image,etc.). Did I miss something or it's the normal behavior of the grid ?
It depends on the logic you have returned to add your rows in the EndQuery function. If you logic ...
-
You need to implement DataGirdVirtualizingCollectionViewSource.QueryGroups to overcome this problem. You cannot have a dummy implementation also. It seems like bug to me. Only Xceed can reply to this issue.
-
-
Hi,
I have a screen where the Xceed DataGrid is loaded using Data Virtualization concept. The screen is also used to add/edit data (from another screen) which will be refresh again. The found the following issues which is not an issue without Data Virtualization.
1. We used to select the item which is added/edited in the DataGrid as the ...
-
And I am running on v4.3.12355.10260 build
-
Hi Isaac,
Is your application is multi-threaded application which updates the ItemsSource from different threads? Then this crash is happening. I didn't have a fix though. I found a workaround by rebinding the ItemsSource of the DataGridControl. But my original idea of real time updating datagrid is lost :( .
-
Hi,
The issue still exists in 4.3.12355.10260. It throws exceptions very frequently on XP machines.
1 ...
|
|
|
|