Page 1 of 1
DataGrid
Posted: Fri Dec 04, 2015 6:21 am
by CyborgDE
Hello,
my DataGrid is very slow.
6 rows with 25 columns needs about 5 seconds to display, is this normal ?
Thank you.
Regards Uwe
Re: DataGrid
Posted: Fri Dec 04, 2015 7:28 am
by JS-Support @Userware
Hello,
We are aware of this issue and are working to fix it. We'll keep you updated.
Thanks.
Regards,
JS-Support
Re: DataGrid
Posted: Thu Dec 10, 2015 11:36 pm
by CyborgDE
Hello,
thank you.
If I have a empty list and assign this list to the DataGrid, the columns would not be generated, if I add items ti the list.
If I have a list with items, all works fine ...
Regards Uwe
Re: DataGrid
Posted: Fri Dec 11, 2015 7:35 am
by JS-Support @Userware
Thanks for reporting this issue about the columns not being generated when the list is initially empty and the option to auto-generate columns is enabled. We are going to fix it asap and let you know when it is fixed.
Regards,
JS-Support
Re: DataGrid
Posted: Sat Dec 12, 2015 12:46 am
by CyborgDE
Hello,
thank you !
A binding to a SelectedItem does not work, I use as a workaround SelectionChanged.
Regards, Uwe