I´m using a gridview to display a number of textboxes. I want to use TAB to jump between the textboxes. If I use tab the cells will be selected but not the textbox. How can i set focus on the textbox when a cell in the grid gets focus?
Best regards
Øystein
3 Answers, 1 is accepted
You can use the approach demonstrated in this demo - Loaded event of the TextBox to call Focus() for the TextBox itself.
Sincerely yours,Vlad
the Telerik team
PLATFORM VERSION INFO
Windows : 6.1.7600.0 (Win32NT)
Common Language Runtime : 2.0.50727.4952
System.Deployment.dll : 2.0.50727.4927 (NetFXspW7.050727-4900)
mscorwks.dll : 2.0.50727.4952 (win7RTMGDR.050727-4900)
dfshim.dll : 4.0.31106.0 (Main.031106-0000)
SOURCES
Deployment url : http://demos.telerik.com/wpf/?GridView/CellEditTemplate
Application url : http://demos.telerik.com/wpf/Application%20Files/Telerik.Windows.Examples_2010_1_0601_35/Telerik.Windows.Examples.exe.manifest
IDENTITIES
Deployment Identity : Telerik.Windows.Examples.xbap, Version=2010.1.601.35, Culture=neutral, PublicKeyToken=0000000000000000, processorArchitecture=msil
Application Identity : Telerik.Windows.Examples.exe, Version=2010.1.601.35, Culture=neutral, PublicKeyToken=0000000000000000, processorArchitecture=msil, type=win32
APPLICATION SUMMARY
* Online only application.
* Trust url parameter is set. * Browser-hosted application.
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* An exception occurred while downloading the application. Following failure messages were detected:
+ Unable to install this application because an application with the same identity is already installed. To install this application, either modify the manifest version for this application or uninstall the preexisting application.
COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.
WARNINGS
There were no warnings during this operation.
OPERATION PROGRESS STATUS
No phase information is available.
ERROR DETAILS
Following errors were detected during this operation.
* [02.09.2010 12:51:42] System.Deployment.Application.DeploymentException (Subscription)
- Unable to install this application because an application with the same identity is already installed. To install this application, either modify the manifest version for this application or uninstall the preexisting application.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.SubscriptionStore.CheckApplicationPayload(CommitApplicationParams commitParams)
at System.Deployment.Application.SubscriptionStore.CommitApplication(SubscriptionState& subState, CommitApplicationParams commitParams)
at System.Deployment.Application.DeploymentManager.SynchronizeCore(Boolean blocking)
at System.Deployment.Application.DeploymentManager.SynchronizeAsyncWorker()
COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
Any idea how I can resolve it?
Can you try to clean your XBAP cache? You can use mage -cc in Visual Studio command prompt.
All the best,Vlad
the Telerik team