Completed
Last Updated: 11 Sep 2015 15:50 by ADMIN
ADMIN
Dimitar
Created on: 09 Sep 2015 08:38
Category:
Type: Bug Report
0
FIX. RadDropDownList - performance is decreased because the text is explicitly synchronized every time when the SelectedIndex is changed.
Every time when the SelectedIndex is changed the text is explicitly synchronized by searching in the items by text. This is unnecessary when the SelctedIndex is set in code or when the user cannot type in the textbox.

Workaround:
 ddlRad.DropDownListElement.SyncSelectionWithText = false;
0 comments