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
360
IProvidesEmbeddableEditor for WinGrid
posted

 Hi, I am trying to attach my own display object to a WinGrid (UltraGrid ? UltraWinGrid? whatever) cell in order to display a picture depending on which row is active, and I see that the grid can indeed embed a custom control if this implements the IProvidesEmbeddableEditor interface. 

This interface lives in the Infragistics.WebUI.Shared Namespace - which has afaik nothing to do with the WinForms namespace in which I am working. Do I have to install all the ASP.NET stuff in order to reference it (so that I can implement it)? What if we had only bought Infragistics for WinForms (in fact I have the whole ...for .NET, fortunately)? And why do I have to implement RenderValue, which  "Returns rendered HTML string from provided value...." when I have a WinForm which knows nothing about HTML??

 Thanks, Joel