hi,
iam using xamdatagrid and i want customize the field chooser as follows
1.want to change icon for the field chosse in grid.
2.create our own popup while clicking on field choose icon.(toggle popup )
can i edit the template for field choose
if anybody have any idea pls share me.
thanks in advance......
Hello again,
Since you don't have the assemblies in the GAC, I can suggest you open your project that contains the XamDataGrid in ExpressionBlend and follow the steps in the link I gave you.
hi stefan,
how can i add xamdatagrid to MS Blend asset library??
thanks,
Hello Jafar,
You can use MS Expression Blend to get any element's deafult Style. Here it is explained how to do so:
http://www.jeff.wilcox.name/2010/08/using-blend-to-find-default-style-xaml/
Hope this helps you.
i checked ur reply.the problem is that i had not installed infragistics tool ,instead iam using xamdatagrid by adding dll reference.
then where from i get these styels??
Thank you for your post. I have been looking into it and I can suggest you copy the default Styles for the FieldChooser and HeaderPrefixArea from here:
C:\Program Files (x86)\Infragistics\NetAdvantage 2013.1\WPF\DefaultStyles\DataPresenter\DataPresenterGeneric_Express.xaml file
Where they are placed by default and modify their templates as you want. For the HeaderPrefixArea, you can change the “fieldChooserButton” Button’s Content and remove its Style. Also here is a sample showing how to re-template the FieldChooser:
http://ko.infragistics.com/community/forums/t/59014.aspx
Please let me know if this is what you want to achieve or I have misunderstood you in some way.
Looking forward for your reply.