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
500
Any sample of using editorProvider of igGrid Updating?
posted

Hi,

I'm looking for any sample of how to use editorProvider of igGrid Updating.

 

Thanks,

Michael

  • 24497
    posted

    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.

    igGridSliderEditor.zip