This is a migrated thread and some comments may be shown as answers.

Selecting PropertyDefinition with Custom DataTemplates on Tabbing

1 Answer 45 Views
PropertyGrid
This is a migrated thread and some comments may be shown as answers.
Shivakant
Top achievements
Rank 1
Shivakant asked on 17 Sep 2014, 06:13 AM
Hi,

I have a propertygrid with dynamically generated property definitions. I am currently setting the EditorTemplate for each PropertyDefinition at run time.
The issue I am facing is, when I use tab key to navigate from one row to another with the focus on the template, the next PropertyDefinition is not getting selected.
FYI, I used the keyboard navigation support for tabbing. This works fine on AutoGenerated columns but not on custom columns.

Thanks and Regards,
Nagarajan B P

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 18 Sep 2014, 03:14 PM
Hi Nagarajan,

You can check the Keyboard Support article in our documentation. If you have set RenderMode="Flat", then the navigation would be through the items of RadPropertyGrid. 
You need to configure the RenderMode to be Hierarchical, so that you will be able to navigate along the Editors directly. 


Regards,
Dimitrina
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
PropertyGrid
Asked by
Shivakant
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or