Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
995
How do i select a field
posted

Before i begin I am very new to WPF and the xamDataCard object  - so be gentle.

I have bound the xamDataCard object to a datatable and it all appears as intended.

My problem lies where i need get the data from the ClientID field of the datacard when ever the datacard is selected.

I was thinking something like

MessageBox.Show(XamDataCards1.ActiveRecord.field("ClientID").Value.ToString)

Parents Reply Children
No Data