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
4040
Problem in Hierarchical grid
posted

Hi,

I use the hierarchical grid.

I wish to do 2 different things :


- Modify the 'Modified' cell by calling the 'setCellValue' when a row is modified.
It works if I call the 'setCellValue' in the 'editRowEnded'.
- Validate a editing row when I clic out of the grid. Indeed, I call the 'endEdit' method when
I quit the editor (indeed, I subscribed to the 'focusout' event of the editor in the 'editCellStarting')

In my sample, when I call the 'endEdit' method, my cell 'Modified' is never modified.

Here is a video to show you my problem : 

  http://sdrv.ms/1br7Ogf

I attached a sample too.

Best regards.

EndEdit_And_SetCellValue_HierarchicalGrid.zip
Parents Reply Children
No Data