Hi,
I'm looking for any sample of how to use editorProvider of igGrid Updating.
Thanks,
Michael
Hi Michael,
You may look at implementation of any editor provider used by igGrid. Those editors are implemented within igGridUpdating (infragistics.ui.grid.updating.js).
I attached sample which creates editor provider from jquery.slider.In order to run that sample, you need to adjust paths to js and css files used by igGrid. If you have any sample which runs igGrid, then you may just copy/paste content of SCRIPT block into existing sample and add TABLE with id=grid1 to BODY.