I have built a wrapper on top of a third-party grid (eg: Infragistics, Telerik). I have provided the dependent dlls along with my wrapper dll to the client application (as the wrapper doesn't expose all the properties of grid). I have the following questions:
- Can I give my user control to client with out giving my third-party dependent dlls?
- Can my client application can use my third-party control as a third-party control?