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
1365
Cannot enter edit mode
posted

hi, i have a grid that when i click on a row/cell it doesn't go into edit mode at all. what am i doing wrong? please execuse my newbie-ness. i'm a winforms guy trying to transition.

 

$("#exceptionGrid").igGrid({
width: "70%",
dataSource: data, //Array of objects defined above

autoGenerateColumns: true,



features: [
{
name: "Paging",
type: "local",
pageSize: 10
},
{
name: "Sorting",
type: "local"
},
{
editMode:"cell" ,
name : "Updating"


}
]



});

 

Parents Reply Children
No Data