- Add text box and RadGridView to silverlight app - Add one editable row and multiple read only rows after that to a RadGridView. - Go to last cell of first row and double click for edit mode. - Press tab Focus should go to text box, instead silverlight hangs. Find attached sample application where this can be reproduced.
In addition the AutoExpandGroups="False" is not respected and it only occurs when the GroupRenderMode is set to "Nested". As a workaround you can set the GroupRenderMode to "Flat".
Error ToolTip for InvalidEditableIndicator should be added to GridViewRow and TreeListViewRow. This functionality will be available with Q2 2015.
Should be resolved with Q2 2015 SP1.
The issue should be resolved with Q2 2015 SP1.
Columns and column groups get misaligned after restoring GridView settings using Persistence Framework as column groups do not get re-rendered. Resolved with LIB version 2014.1.414
A GridViewExpressionColumn is added to a grid with columns bound to indexer properties, i.e.:Values["RC1"], Values["RC2"], etc. The expression column should calculate a similar formula: Values["RC1"]/Values["RC2"]*100. The formula is successfully parsed as a NodeExpression, however, no calculations are made.
Search as you type logic does not update the grid items
can you please expose when key enter is pressed on a grid? you're too selfish to just hid it for yourself! why do you make things so complicated for us??