Auto froze left column

Hi,

I am using GridControl in virtual mode. What is the best way to froze the left column automatically? when the H scroll bar shows, the grid frozes the left column, otherwise, the grid does not show the frozen mark.

Thanks,

Q


3 Replies

RB Ragamathulla B Syncfusion Team August 11, 2011 03:09 PM UTC

Hi Qingde,

Thanks for your interest in Syncfusion product.

I am unable to reproduce reported issue in our current version, Could you please confirm that you are using the version 9.3.0.61, and send a sample to demonstrate the defect if it exists is v9.3.0.61?

Please let us know if you have any concerns.

Regards,
Ragamathullah B.



QS Qingde Shi August 12, 2011 01:47 PM UTC

Thanks. But I was not saying it is a defact, I was asking a question of how to achieve the described behavior.

I am using version 8.203

Thanks,

Q



RB Ragamathulla B Syncfusion Team August 27, 2011 05:24 AM UTC

Hi Q,

We regret deeply for the delay.

you can acheive your desired using HighlightFrozenLine property. the following code explain the same.

if (this.gridControl1.HScrollBar.Enabled == false)
this.gridControl1.Model.Options.HighlightFrozenLine = false;

Let me know if you have any further concern.

Regards,
Ragamathullah B.


Loader.
Up arrow icon