Click here to Skip to main content
15,889,370 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using C1FlexGridClassic grid , I set AllowFreezing, it is freezing the column but it is not displaying lock icon when I am doing mouse over on freeze column edge.

Below is the code snippet.

grdData.AllowFreezing = C1.Win.C1FlexGrid.AllowFreezingEnum.Columns;
grdData.FrozenCols = 2;


Please help me if I am missing something that I need to set.

Thanks
Amit
Posted
Updated 8-Dec-10 19:27pm
v2
Comments
TweakBird 9-Dec-10 1:28am    
Please add <pre> tag for code blocks.

You're looking for support on a control that not very many people use. Your best source of information is going to be the vendor of the control. Start here[^]...
 
Share this answer
 
I think you are correct...
I will check with vendor it self

Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900