I try to customize the style for DataRecordCellArea. I would like to have extended control, so I'm looking for the original definition in the default styles that are delivered with the toolkit (2010.2 WPF). However I can't find a style definition for DataRecordCellArea or its parent RecordCellAreaBase. Am I missing something? Where is this style and its effects defined?
Thanks for your help
Bettina
Hello Bettina,
We ship the default styles in the DefaultStyles directory in the Infragistics folder. The full path for the styles for the XamDataGrid should look something like :
C:\Program Files (x86)\Infragistics\NetAdvantage 2010.2\WPF\DefaultStyles\DataPresenter.
The DataRecordCellArea style is in the DataPresenterGeneric_Express.xaml resource dictionary.
Wow, that was quick. Thank you Alex, I must have been blind. I only searched DataPresenterGeneric.xaml
Thanks