I am using the Codeplex verison of Xceed datagrid.
But while showing the grid in form, 'Powered by Xceed' text is coming in top right of datagrid.

Is it possible to remove this? How?
|
I am using the Codeplex verison of Xceed datagrid. Is it possible to remove this? How? |
||||
|
|
I wrote a short blog post on this the other day. I made a simple extension method to find the adorner layer and remove it.
You can read more about it here: http://blog.itsnotfound.com/2013/02/xceed-community-datagridcontrol-watermark-removal/ Also, @punker76 in my opinion and as is stated in a discussion thread on the community site, the removal of the watermark is not against the MSPL. The devs acknowledged how to remove the watermark using modifications to the source code. They are even working on a more acceptable solution. Please see the discussion here: http://wpftoolkit.codeplex.com/discussions/428413 |
|||
|
|
|
I tried this. It worked.
|
|||
|
|