Skip to content

Conversation

swalters
Copy link
Contributor

Merge PR's from 3.x branch

dlgski and others added 10 commits February 11, 2016 15:12
fix: Introduce gridDimensionChanged event
Change scroll percentage calculation approach. Use getScrollWidth instead of getCanvasWidth as a denominator. Add width of scroll to scroll length for percentage not to exceed 1.
Fixing comments for horizontal scrolling to a column.
grid.addRowHeader api now takes a 2nd parameter, order, that is used to insert the row header in proper order. For example, the order is now Grouping/Treeview row header, Expandable row header, then Selection row header if you use those features. Also, expandable RowHeader is now hidden for Group summary rows BREAKING CHANGE: It is possible that your application will show row headers in a different order after this change. If you are adding rowHeaders, use the new order parameter in grid.addRowHeader(colDef, order) to specify where you want the header column.
fix(core): Incorrect horizontal scroll percentage calculation
fix(expandable): Stop adding Expandable column and behavior if featur…
fix(core): add row headers in order
swalters added a commit that referenced this pull request Feb 25, 2016
@swalters swalters merged commit ff54930 into master Feb 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants