Completed
Last Updated: 25 Apr 2012 05:02 by ADMIN
ADMIN
Stefan
Created on: 25 Apr 2012 05:02
Category: GridView
Type: Bug Report
2
FIX. RadGridView - exception when using the auto complete of GridViewComboBox column
To reproduce:
1.Set the column AutoCompleteMode to suggest
2. Type a letter which does not exist in the records (if you have A, B, and C, use D)
3. Press escape
4. Type in another letter which does not exist => the exception is thrown

The GridRowBehavior is trying to access the AutoCompleteAppend of the element, which is null, while we are in Suggest mode.
0 comments