Skip to content

Commit

Permalink
fix: NavigationBehavior is not working after BBjGridExWidgetOptions
Browse files Browse the repository at this point in the history
… is added
  • Loading branch information
hyyan committed Jul 29, 2019
1 parent 9b4351d commit 1a8b048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BBjGridExWidgetOptions.bbj
Expand Up @@ -976,7 +976,7 @@ class public BBjGridExWidgetOptions
context!.addProperty("showSelectionCheckbox",#ShowSelectionCheckbox!, err=*next)
context!.addProperty("showHeaderSelectionCheckbox",#ShowHeaderSelectionCheckbox!, err=*next)
context!.addProperty("contextMenu",#ContextMenu!.toString(), err=*next)
context!.addProperty("navigateToNextCell",Iff(#NavigationBehavior! = #GRID_NAVIGATION_BEHAVIOUR_NEXT_ROW() , 1 , 0), err=*next)
context!.addProperty("navigateToNextCell",Iff(#NavigationBehavior! = BBjGridExWidget.GRID_NAVIGATION_BEHAVIOUR_NEXT_ROW() , 1 , 0), err=*next)
context!.addProperty("getDataPath",#getDataPathTemplate(), err=*next)
options!.add("context",context!)
methodret options!
Expand Down

0 comments on commit 1a8b048

Please sign in to comment.