freeze the first two column but if I want to freeze the column dynamically like 3rd or 4th one how I could do this
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can work with variable
FrozenColumnCountwhich will set the number of leftmost columns in the grid that are frozenHowever if you want to freeze only say the third column, then I think you need to write a custom control. In a datagrid only the leftmost columns can be frozen.