Scroll bars on single Grid Grouping Control

Is it possible to apply Horizontal scroll bars on only selected columns in GGC ?

I have a requiremnet to have a scroll bar on only first 10 columns in my grid.
(I dont want to use FreezeColumns property as this will not fulfil the requirement)

Many thanks in Advance.




3 Replies

SR Sri Rajan Syncfusion Team August 29, 2008 06:22 AM UTC

Hi Ankit,

Thank you for your interest in Syncfusion products.

There is no direct way to set Scrollbar to specific columns except Freeze Options. There is another one alternate way to do this. But this is not a direct way. You need to add another grid inside the first 10 columns. Here is the minimal sample which implements this task.

http://websamples.syncfusion.com/samples/grid.windows/F76261/main.htm

Please try this and let me know if this helps.

Best Regards,
Srirajan.



AT Ankit Thakkar August 29, 2008 08:53 AM UTC

Thanks, I am using Grid Grouping Control but not Grid Control. If I put 2 Grid Grouping Control, then on scrolling the RHS grid vertical scroll bar, my LHS grid should scroll automatically. Do you have any samples for this ?

Thanks.

>Hi Ankit,

Thank you for your interest in Syncfusion products.

There is no direct way to set Scrollbar to specific columns except Freeze Options. There is another one alternate way to do this. But this is not a direct way. You need to add another grid inside the first 10 columns. Here is the minimal sample which implements this task.

http://websamples.syncfusion.com/samples/grid.windows/F76261/main.htm

Please try this and let me know if this helps.

Best Regards,
Srirajan.





SR Sri Rajan Syncfusion Team September 1, 2008 04:26 AM UTC

Hi Ankit,

Thank you for your interest in Syncfusion products.

Here is the minimal sample which implements your requirements.
http://websamples.syncfusion.com/samples/grid.windows/I76261Aug29/main.htm

Please let me know if this helps.

Best Regards,
Srirajan.


Loader.
Up arrow icon