Hello!
I have download the NetAdvantage for Web Client 2009 Vol. 1 - Silverlight Only and installed it.
Then I`ve bind some data to the xamWebGrid, but over this grid was shown watermark "trial version".
This is my first day of Silverlight controls usage for the test. How to solve this problem?
We cant buy this Components library until test it for our needs.
Thank you.
I Clear al references in project but the trial message is not removed and examples have the same message
Hi,
Make sure you updated your project references. And if you've done that, and still are experiencing a problem, try clearing out your Bin, Obj, and ClientBin folders, to make sure that the trial assemblies aren't hanging around anywhere.
-SteveZ
I purchase a licensed version but the watermark is not removed.
Check out this help topic, it may help you better understand how hierachical layouts in the xamWebGrid work:
http://help.infragistics.com/Help/NetAdvantage/Silverlight/2009.1/CLR3.5/html/SL_xamWebGrid_Define_Column_Layout.html
Devin
I`ve solved this issue.
In my classes fields defined as variables, but should be a properties...
But how to create hierarchical structure without classes?
I faced with situation when structure of the binding source can be much different and classes, as in this case, cannot be predefined.
thank you.