Title: Disable editors for specific rows (datagrid) Post by: A-K on August 13, 2014, 02:40:51 PM Hey, is it possible to make some columns in specific rows editable and some not?
When you build the columns you define the editors which makes all of the rows under that column to be available for edit, But I need that in some rows some columns will not have editors in them. Thanks, Alon. Title: Re: Disable editors for specific rows (datagrid) Post by: jarry on August 13, 2014, 10:36:47 PM You can specify the column editor before editing a row. Please try the code below:
Code: $('#dg').datagrid({ Title: Re: Disable editors for specific rows (datagrid) Post by: A-K on August 14, 2014, 08:51:39 AM Thank you!
|