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
1415
Column Header Text
posted

Is there a "smart labeling" option in XamDataGrid that will turn underscores "_" into spaces and capitalize the first letter of each word?

ex.  account_id  to  Account Id

I've seen this functionality with other 3rd party controls in the past, but not sure where it exists within XamDataGrid.

If not, is there a way I can intercept the population of each auto-generated field header's "onbound" event to inject my custom logic while conforming to the MVVM pattern?