Skip to content

How to set Frozen Rows and Columns. #174

Answered by rattagarn
rattagarn asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry. I am not sure how to delete this Q&A. I already found the method to freeze rows and columns.

You need to call the method in DataSheet object.
<Datasheet @ref="datasheet"/>

@code { datasheet.FrozenTopCount = 3; datasheet.FrozenLeftCount = 2; datasheet.FrozenBottomCount = 1; datasheet.FrozenRightCount = 1; }

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by anmcgrath
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants