HI
I found a small problem while implementating Cascading ComboBoxes :
ComboBox - Cascading ComboBoxes
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultcs.aspx
The ComboBox Items example as below :
1.Eastern-1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ
2.Western-1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ
3.Northern-1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ
4.Southern-1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ
First dropdown the combobox, you'll see that the item was wrapped to 2 lines automatically,
then select 1.Eastern-... then move the caret to LMN position.
Second dropdown the combox and select 2.Western-... you'll find that the carent still focus on LMN position.
The problem is - Could RadComboBox focus to first character automatically after selection ?
When RadComboBox with long string items, users will confused if long string is ends with spaces.
In Sample.mdf you can find the table dbo.Region, the value of RegionDescription is ends with a long space string :
"Eastern "
"Western "
...
(see C:\Program Files\Telerik\UI for ASP.NET MVC Q3 2015\wrappers\aspnetmvc\Examples\VS2012\Kendo.Mvc.Examples\App_Data\Sample.mdf )
Maybe I can set RadComboBox.DropDownWidth to larger value
but when user dropdown/select then move the carent to LMN position the problem is still the same.
Best regards
Chris
I found a small problem while implementating Cascading ComboBoxes :
ComboBox - Cascading ComboBoxes
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultcs.aspx
The ComboBox Items example as below :
1.Eastern-1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ
2.Western-1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ
3.Northern-1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ
4.Southern-1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ
First dropdown the combobox, you'll see that the item was wrapped to 2 lines automatically,
then select 1.Eastern-... then move the caret to LMN position.
Second dropdown the combox and select 2.Western-... you'll find that the carent still focus on LMN position.
The problem is - Could RadComboBox focus to first character automatically after selection ?
When RadComboBox with long string items, users will confused if long string is ends with spaces.
In Sample.mdf you can find the table dbo.Region, the value of RegionDescription is ends with a long space string :
"Eastern "
"Western "
...
(see C:\Program Files\Telerik\UI for ASP.NET MVC Q3 2015\wrappers\aspnetmvc\Examples\VS2012\Kendo.Mvc.Examples\App_Data\Sample.mdf )
Maybe I can set RadComboBox.DropDownWidth to larger value
but when user dropdown/select then move the carent to LMN position the problem is still the same.
Best regards
Chris