Click here to Skip to main content
15,884,298 members
Home / Discussions / C#
   

C#

 
AnswerRe: regex search Pin
OriginalGriff26-Aug-13 5:38
mveOriginalGriff26-Aug-13 5:38 
AnswerRe: regex search Pin
PIEBALDconsult26-Aug-13 5:51
mvePIEBALDconsult26-Aug-13 5:51 
AnswerRe: regex search [Solved!] Pin
jojoba2026-Aug-13 7:07
jojoba2026-Aug-13 7:07 
QuestionCheckBoxlist Select ALl Pin
pavithrasubbareddy26-Aug-13 2:25
pavithrasubbareddy26-Aug-13 2:25 
AnswerRe: CheckBoxlist Select ALl Pin
SaqibRasheed26-Aug-13 5:16
SaqibRasheed26-Aug-13 5:16 
AnswerRe: CheckBoxlist Select ALl Pin
Mycroft Holmes26-Aug-13 13:03
professionalMycroft Holmes26-Aug-13 13:03 
QuestionC# Devexpress Row Select Pin
Msdx4526-Aug-13 0:44
Msdx4526-Aug-13 0:44 
AnswerRe: C# Devexpress Row Select Pin
Jason Gleim26-Aug-13 8:49
professionalJason Gleim26-Aug-13 8:49 
FocusedRow on the TableView is probably the property you want. Just set it to an instance of the row you want to be focused.

XML
<dxg:GridControl x:Name="grid"
                 ItemsSource="{Binding GridSourceRecords}" 
                 AutoPopulateColumns="True" >
    <dxg:GridControl.View>
        <dxg:TableView x:Name="GridControlTableView"
                        FocusedRow="{Binding SelectedRecord, Mode=TwoWay}"
                        NavigationStyle="Row"  
                        AllowEditing="False" 
                        AllowBestFit="True" AutoWidth="True">
        </dxg:TableView>
    </dxg:GridControl.View>
</dxg:GridControl>

GeneralRe: C# Devexpress Row Select Pin
Msdx4526-Aug-13 15:49
Msdx4526-Aug-13 15:49 
GeneralRe: C# Devexpress Row Select Pin
Jason Gleim27-Aug-13 4:52
professionalJason Gleim27-Aug-13 4:52 
GeneralRe: C# Devexpress Row Select Pin
Msdx4531-Aug-13 12:53
Msdx4531-Aug-13 12:53 
QuestionDownload multiple files Pin
cdpsource25-Aug-13 20:55
cdpsource25-Aug-13 20:55 
AnswerRe: Download multiple files Pin
Bernhard Hiller25-Aug-13 21:04
Bernhard Hiller25-Aug-13 21:04 
GeneralRe: Download multiple files Pin
harold aptroot25-Aug-13 21:59
harold aptroot25-Aug-13 21:59 
QuestionInitializing a Class Property Pin
s.leveel25-Aug-13 9:24
s.leveel25-Aug-13 9:24 
AnswerRe: Initializing a Class Property Pin
BillWoodruff25-Aug-13 13:40
professionalBillWoodruff25-Aug-13 13:40 
RantRe: Initializing a Class Property Pin
Pete O'Hanlon25-Aug-13 21:29
mvePete O'Hanlon25-Aug-13 21:29 
AnswerRe: Initializing a Class Property Pin
Bernhard Hiller25-Aug-13 21:12
Bernhard Hiller25-Aug-13 21:12 
QuestionHow to bind SQL date to RadHtmlChart control? Pin
Member 1023043024-Aug-13 22:13
Member 1023043024-Aug-13 22:13 
AnswerRe: How to bind SQL date to RadHtmlChart control? Pin
Mycroft Holmes25-Aug-13 0:53
professionalMycroft Holmes25-Aug-13 0:53 
QuestionHow to change BG color of tree node on click event Pin
rfresh24-Aug-13 6:51
rfresh24-Aug-13 6:51 
AnswerRe: How to change BG color of tree node on click event Pin
Mycroft Holmes24-Aug-13 13:37
professionalMycroft Holmes24-Aug-13 13:37 
GeneralRe: How to change BG color of tree node on click event Pin
rfresh24-Aug-13 16:07
rfresh24-Aug-13 16:07 
GeneralRe: How to change BG color of tree node on click event Pin
rfresh24-Aug-13 18:16
rfresh24-Aug-13 18:16 
GeneralRe: How to change BG color of tree node on click event Pin
rfresh24-Aug-13 18:20
rfresh24-Aug-13 18:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.