Hello
I'm currently testing Telerik for WPF and I'm having some issues / possible bugs. Hope this forum is ok to post it.
1. RadGridView in DataTemplate
I have a control with a RadTreeListView which contains a RadGridView in its RowDetailsTemplate. Everything works good, but as soon as the GridView has 143 or more rows the application becomes stuck / freezes. Each row has 2 columns with small data, so memory should not be the issue.
2. Several Issues with RadTimePicker
A) When entering 0215 (manually) it will become 21:05 and not the expected 02:15. This is a real problem for me because the application will have a lot of time values
B) If the Timepicker is initialized with null and I select from the dropdown area 00:00 it will not be accepted and the field remains empty
3. RadMaskedNumericInput with Nullable int
The null value will not be accepted. Instead e.g. a 1 will be displayed. I have seen that this issue was reported some years ago, but the bug seems still to be existent. Using a double is a workaround, but I would feel better if the bug would have been fixed after being reported for so much time.
I also have a question:
Im using a lot of RowDetailsTemplate. Some rows have no details, so that the DataTemplate is not required. Nevertheless there are some pixels visible on empty DataTemplates. An example is a RadTreeListView with 2 levels. Only the second level has Details, but the DataTemplate (at least some pixels) is also displayed on the first level of the hierarchy. Is there a way to prevent it?
Greetings
Raul
I'm currently testing Telerik for WPF and I'm having some issues / possible bugs. Hope this forum is ok to post it.
1. RadGridView in DataTemplate
I have a control with a RadTreeListView which contains a RadGridView in its RowDetailsTemplate. Everything works good, but as soon as the GridView has 143 or more rows the application becomes stuck / freezes. Each row has 2 columns with small data, so memory should not be the issue.
2. Several Issues with RadTimePicker
A) When entering 0215 (manually) it will become 21:05 and not the expected 02:15. This is a real problem for me because the application will have a lot of time values
B) If the Timepicker is initialized with null and I select from the dropdown area 00:00 it will not be accepted and the field remains empty
3. RadMaskedNumericInput with Nullable int
The null value will not be accepted. Instead e.g. a 1 will be displayed. I have seen that this issue was reported some years ago, but the bug seems still to be existent. Using a double is a workaround, but I would feel better if the bug would have been fixed after being reported for so much time.
I also have a question:
Im using a lot of RowDetailsTemplate. Some rows have no details, so that the DataTemplate is not required. Nevertheless there are some pixels visible on empty DataTemplates. An example is a RadTreeListView with 2 levels. Only the second level has Details, but the DataTemplate (at least some pixels) is also displayed on the first level of the hierarchy. Is there a way to prevent it?
Greetings
Raul