| 
					 Title: Use datagrid-cellediting.js and datagrid-scrollview.js at the same time Post by: sguisse on June 26, 2016, 01:51:28 PM Hello, 
					I wasn't be able to make working these 2 functionnality together. You have my Use Case at this Url : http://code.reloado.com/iviwil3/edit#preview 1. Select load local data 2. Try to edit a cell --> Nothing append Thanks in advance. Title: Re: Use datagrid-cellediting.js and datagrid-scrollview.js at the same time Post by: stworthy on June 26, 2016, 08:15:25 PM To edit a cell, you must define a 'editor' on the special column. Please look at this updated example: 
					http://code.reloado.com/iviwil3/3/edit#preview  |