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
Parents
No Data
Reply
  • 2355
    Offline posted

    Hello,

    Thank you for contacting Infragistics Support!

    We are currently looking into this matter and will keep you posted of any available information.

    Please do not hesitate to contact us with any updates or additional questions regarding this scenario in the meantime.

     

    Kind Regards,

    Petko Zhekov

    Software Developer

    Infragistics, Inc.

Children