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
155
Custom Editor Sample
posted

Hi all,

Is there any tutorial and/or sample of how to write a custom editor for UltraWebGrid(7.3)? 

I saw some post related to that, but I cannot find IProvidesEmbeddableEditor interface in the Intellisense?  Am I missing a reference or something?

Any help is appreciated.

Thanks,
--Vincent

  • 5
    posted

    Hi, I have been dealing with this too and there is almost no docs or discussion on this that I can find.

     You can implement the interface by using this code,, it will not show in intellisense for some reason:

    Imports Infragistics.WebUI.Shared

    Public Class GridEditorDropDownList
    Inherits DropDownList : Implements IProvidesEmbeddableEditor

    I would really like it if someone from Infragistics could weigh in on this. I'm hitting issues with what should be returned in the RenderValue method, and what the grid expects as far as javascript properties for the editor control (i.e getValue(), setValue() )

    Thanks,

    --Tj Kellie,