The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
> Is it possible to implement a split in a datagrid with vb.net or to freeze a column so that it does not scroll.
>
>
Did you find a way to do this? Please let me know if you did and if you could share how you got it to work that would be be even better
Atul
VIVisheshApril 9, 2003 05:27 AM UTC
> > Is it possible to implement a split in a datagrid with vb.net or to freeze a column so that it does not scroll.
> >
> >
>
> Did you find a way to do this? Please let me know if you did and if you could share how you got it to work that would be be even better
>
> Atul
Hi Atul,
Did u get a way to do this?
Please do let me know if u did?
Vishesh
SCSchneiderApril 20, 2003 11:24 PM UTC
> Is it possible to implement a split in a datagrid with vb.net or to freeze a column so that it does not scroll.
>
>
How about a Panel with two grids seperated by a splitter. Then bind both grids to the same source?
Schneider
ADAdministrator Syncfusion Team September 29, 2003 10:22 AM UTC
> > Is it possible to implement a split in a datagrid with vb.net or to freeze a column so that it does not scroll.
> >
> >
>
> How about a Panel with two grids seperated by a splitter. Then bind both grids to the same source?
>
> Schneider
Great idea, but how would you then handle scrolling?
PonyRyd