UI-For-UWP
UI-For-UWP copied to clipboard
This repo contains the source code for Telerik UI for Universal Windows Platform (UWP), which includes 20+ UI controls for developers building UWP applications.
### Description A RadDataGrid set to UserEditMode="Inline" that has a frozen column with UserCanEdit="False" will throw a NullReferenceException in XamlGridEditCellGenerator.cs when entering edit mode. ### Steps to Reproduce 1. Add...
### Description Binding the **IsVisible** Property from **ViewModel** into **DataGridTextColumn** to hide/show column by toggling the checkbox All the checkbox binding the boolean property in mode TwoWay ### Steps to...
## Summary More dynamic usage of CollectionIndexes for SeriesDescriptors could add some flexibility to dynamic Chart creation. In my current fork of the repo, I have the CollectionIndex property functioning...
Any plans to add Diagrams control to this UWP offering similar to [one for WPF](https://www.telerik.com/products/wpf/diagrams.aspx?utm_source=google&utm_medium=cpc&utm_campaign=desktop-ui-trial-dsa-search-NA&gclid=EAIaIQobChMI8qGRg62h3QIV1I2zCh2CnAKKEAAYASAAEgLtvvD_BwE&gclsrc=aw.ds&dclid=CMTzwJCtod0CFU--swodXY8Cpg)?
### Description If you target windows version 16299, this bug does not occur. If you target anything higher, then the bug occurs. Reference to bug. Can we please look for...
### Description RadDataGrid contains multiple accessibility issues. ### Steps to Reproduce 1. Create a UWP app with [Windows Template Studio](https://aka.ms/wtsinstall) 2. Add the TelerikDataGrid page. 3. Run the generated app...
### Description When attempting to select a large number (e.g. >50) of rows on a RadDataGrid with SelectionMode=Extended using Shift+Left Click, only a significant smaller number of rows are actually...
### Description When I add a row to the datagrid, I want to focus on the first editable cell of the row. This is the code I use for that:...
### Description I am not sure if this is a bug, or I have not used the DataGrid correctly. But here is what I want:  I want the Name...
### Description NullReferenceException in RadDataGrid.MeasureCell in Controls\Grid\Grid.UWP\View\RadDataGrid.Model.cs at line 456:13 ### Steps to Reproduce Unknown, error showed up in my app telemetry. Perhaps the stack trace shows enough details to...