<igDP:TextField Name="Name" Label="Product_Name" IsTabStop=" IsTabStopInAddRecord=" />
This topic describes how to customize the default tab navigation in the xamDataPresenter™ controls.
The following topics are prerequisites to understanding this topic:
This topic contains the following sections:
Using the TAB
keyboard button, you can navigate through all the cells in the xamDataPresenter controls.
You can exclude a particular Cell or Field from TAB
navigation, using the IsTabStop
property. This doesn’t affect records filtering and adding new records.
The default value of this property is null which resolves to true
.
The following table maps the desired behavior to the property settings that manage it.
Following is the code that implements this example.
In XAML:
<igDP:TextField Name="Name" Label="Product_Name" IsTabStop=" IsTabStopInAddRecord=" />
The following topics provide additional information related to this topic.