hello
I 'm trying to handle resized column event when the user
resize it to save its new width on setting file
how can i do that I didn't find any event in XamDataGrid that respond to resize event
To the best of my knowledge, there is no event for resizing of field, but you can use the LayoutUpdated and them SaveCustomizations method.
You can, however, request this specific event as a feature on the link below:
http://devcenter.infragistics.com/Protected/RequestFeature.aspx
Regards,
Alex.
thanks alot but LayoutUpdated Event is called repeatedly many times even if the mouse over the grid
this event will be fired the sender and event args are null so I don;t want to save the column width
every mouse movements