Situation: When Updating a Datagrid row with Form Edit, calling getGridParam will not give correct rownumbers ( only before first clicking on save button) when saving data without quitting the form.
For updating the datagrid, I have to get the actual Datagrid row with parseInt($(Me.selector).getGridParam('selrow')) , which gives me the actual rownumber of the grid.
This works fine the first time in the onclickSubmit event. When I don't close the Edit Form and I click the save button the second time with changed data, the getGridParam('selrow')) gives me not the correct value of the selected row, instead it returns null as selected row.
To overcome this problem, I have to close the form and reopen it again with the same selected row. Thus I added 'closeAfterEdit' Option to true.
Could be good, if this minimal bug, wich you don't see immediately, could be taken away.
Thanks in advance
Markus, CH
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top