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
65
How to override DataRecordPresenter Style
posted

I have hierarchical data.  There is a one to one relationship between my parent and child.  My requirements dictate that only the child be displayed in the grid.  What is the best way to accomplish this with xamDataGrid?

My first approach was to create a new DataRecordPresenter style that has a new Template and set that on the grid.  However I get a null exception during runtime and the only information from that exception is a stacktrace that goes deep into Infragistics code.  Also, I am not sure what to put in the Template.

Parents Reply Children