I have a grid which is populated client side, using a web service. As per the examples I use the tableView.set_dataSource property and the dataBind() method.
When I use Drag and Drop on a row to in the grid, the event handler on the server side for RodDrop fires, but the GetDataKeyValue method returns null for both destination and dragged items. (This value is available client side).
From reading others forum articles it appears that the GetDataKeyValue would only work if the grid was populated Server Side since it is stored in view state.
If this is the case is there a workaround?
When I use Drag and Drop on a row to in the grid, the event handler on the server side for RodDrop fires, but the GetDataKeyValue method returns null for both destination and dragged items. (This value is available client side).
From reading others forum articles it appears that the GetDataKeyValue would only work if the grid was populated Server Side since it is stored in view state.
If this is the case is there a workaround?