Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Nikolay
Created on: 10 Sep 2013 07:06
Category: CommandBar
Type: Bug Report
0
ADD. Convenient API for setting the focus on the items
Currently, in order to set the focus on the textbox part of an item of RadCommandBar in Form_Load, one should do this:
this.commandBarTextBox1.TextBoxElement.TextBoxItem.HostedControl.Select();

There should be a shortcut API that allows for easier setting of the focus.
0 comments