Hi, newbie question I know, hoping this is an easy answer for someone. Using VS2012, if I drag a control e.g. XamDataGrid from the NetAdvantage 12.2 WPF CLR 4.0 folder in the Toolbox into my xaml, it comes in as igWPF:XamDataGrid. However, the online help shows it as igDP.XamDataGrid. I've been manually changing the namespace to igDP in my xaml because I'll be adding igDP elements to the grid. But I'm wondering what the difference is and why the toolbox objects come in as igWPF.
Hello Aline,
Thank you for your post. I have been looking into your question and the xmlns mapping:
xmlns:igWPF="http://schemas.infragistics.com/xaml/wpf"
is a new mapping, which is added in NetAdvantage for WPF version 12.2. This mapping is combining all the xmlns mappings for WPF, which is the reason for getting the XamDataGrid with both igWPF and the
xmlns:igDP=http://infragistics.com/DataPresenter
You can read more detailed information regarding the xmlns mappings for WPF and what is included in each of them, here in our documentation: http://help.infragistics.com/NetAdvantage/WPF/current/CLR4.0/?page=Default_XML_Namespace_Mappings.html
Please let me know if you need any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
I am just checking if you require any further assistance on the matter.
Thank you for checking, Krasimir. I'm all set and will verify the answer.
Aline
Thank you for your reply. I am very glad that my reply was helpful for you. Please let me know if I can assist you with anything else.