Hi,
I have a RadPropertyGrid with several lines.
I Looks somehow like this:
When I select a TextBox with the mouse the row is not selected.
This results in a strange (wrong) look.
Example (for the code above) - I select the "Messwertzeit" Row Header with the mouse.
The Description shows the correct value.
Then I press TAB -
-- First strange thing - the "Basispfad" TextBox (one line above) gets the focus - not the "Messwertzeit" Textbox as expected.
-- Second strange thing - the description pane still shows the "Messwertzeit" description (not the one of "Basispfad" where I'm editing).
-- Third thing (only a problem with the description) - TAB brings me to the next textbox
There is no way (without using the mouse - I tried TAB - shift TAB) to select the "RowHeader" - to get the correct description.
Is this "normal" and desired?
Can I get a description only using the mouse?
Manfred
I have a RadPropertyGrid with several lines.
I Looks somehow like this:
<telerik:RadPropertyGrid Item="{Binding TheSetting}" SearchBoxVisibility="Hidden" AutoGeneratePropertyDefinitions="False" SortAndGroupButtonsVisibility="Collapsed" SearchInNestedProperties="False"> <telerik:RadPropertyGrid.PropertyDefinitions> <telerik:PropertyDefinition GroupName="Allgemein" OrderIndex="0" Binding="{Binding BaseSearchPath, ValidatesOnDataErrors=True, ValidatesOnExceptions=True}" Description="Basispfad zur Suche der CSV Dateien" DisplayName="Basispfad" /> <telerik:PropertyDefinition GroupName="Allgemein" OrderIndex="1" Binding="{Binding Map_FZeit, ValidatesOnDataErrors=True}" Description="Zuordnung Messwertzeit" DisplayName="Messwertzeit" /> <telerik:PropertyDefinition GroupName="Allgemein" OrderIndex="2" Binding="{Binding Map_ZNr, ValidatesOnDataErrors=True}" Description="Zuordnung Messwertzeile" DisplayName="Messwertzeilennummer" />When I select a TextBox with the mouse the row is not selected.
This results in a strange (wrong) look.
Example (for the code above) - I select the "Messwertzeit" Row Header with the mouse.
The Description shows the correct value.
Then I press TAB -
-- First strange thing - the "Basispfad" TextBox (one line above) gets the focus - not the "Messwertzeit" Textbox as expected.
-- Second strange thing - the description pane still shows the "Messwertzeit" description (not the one of "Basispfad" where I'm editing).
-- Third thing (only a problem with the description) - TAB brings me to the next textbox
There is no way (without using the mouse - I tried TAB - shift TAB) to select the "RowHeader" - to get the correct description.
Is this "normal" and desired?
Can I get a description only using the mouse?
Manfred