Completed
Last Updated: 11 May 2016 13:56 by ADMIN
ADMIN
Created by: Nick
Comments: 0
Category: GridView
Type: Bug Report
1

			
Unplanned
Last Updated: 03 Aug 2016 13:05 by Veijo
- 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.
Completed
Last Updated: 13 Jun 2016 12:53 by ADMIN
Declined
Last Updated: 11 Feb 2016 11:49 by ADMIN
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".
Completed
Last Updated: 24 Jul 2015 09:56 by ADMIN
Completed
Last Updated: 21 Jul 2015 11:54 by ADMIN
ADMIN
Created by: Yoan
Comments: 0
Category: GridView
Type: Bug Report
0
The issue should be resolved with Q2 2015 SP1.
Unplanned
Last Updated: 03 Aug 2016 13:06 by ADMIN
ADMIN
Created by: Yoan
Comments: 0
Category: GridView
Type: Bug Report
0

			
Declined
Last Updated: 22 Jun 2016 10:43 by ADMIN
Completed
Last Updated: 11 Apr 2014 08:14 by ADMIN
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
Completed
Last Updated: 03 Jul 2014 08:22 by ADMIN
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.
1 2