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
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
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,