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
8920
igGrid editing configuration
posted

I need to configure igGrid control so it can perform the following in the attached sample project ( igGrid001.html )

1. Out of all columns only last two should be editable ( 'inStock' and 'read')  

2. 'inStock' should be a check box ( can make it checkable) and 'read' should be a drop down with two string values 'Yes' & 'No' and underlying boolean true/false ( now it is string) 

3. on inStock values change it should fire event that will modify inStock value in data source ( obtain reference  to the data source object) and rebind grid to it again. 

4. Same as 3 for 'read' change..

Thanks. 

Grid001.rar