Ask a Question related to ASP.NET General, Design and Development.
-
abacnet #1
Datagrid header and scrolling,
Hi eveybody,
I have a datagrid that can show many rows, so there is a vertical scrollbar.
The problem is that when users scroll down, they loose the view of the
header. My idea, right now, is to use another empty grid outside the scroll
area and hide the original grid's header. Do you have any other elegant way
of doing that?
Thanks,
abacnet Guest
-
DataGrid dropdowns getting reset on scrolling throughthe grid
I have a datagrid which contains two columns with dropdowns. The dropdown values are set to particular index programmatically. But when the scroll... -
Horizontal scrolling in DataGrid
I have ten columns in Data grid and each column is having more data. i want to display the horizontal scrolling. "widthflex" i was using in flex 1.2.... -
Scrolling datagrid; changing display
I have some grids with many rows of data, and when a user goes to edit a row, the grid goes into edit mode (see code below) but the screen displays... -
scrolling datagrid render issue
Hi All, I am trying to use wordwrap=true and variableRowHeight=true. The code below was posted by ntsii in trying to help me with a past problem.... -
Newbie Datagrid Column Scrolling Question
I have a datagrid that is AutoGenerateColumns from a SQL table. The problem I have is that one of the columns in each row contains a lot of data so... -
Saravana #2
Re: Datagrid header and scrolling,
Check out this article, here i have explained how you can have static header
when you have vertical scroll bar in datagrid.
[url]http://www.microsoft.com/india/msdn/articles/CreatingaScrollableDataGridWebS[/url]
erverControl.aspx
--
Saravana
Microsoft India Community Star,MC**
[url]www.extremeexperts.com[/url]
"abacnet" <abacnet@hotmail.com> wrote in message
news:etsrf10XDHA.2032@TK2MSFTNGP10.phx.gbl...scrollbar.> Hi eveybody,
>
> I have a datagrid that can show many rows, so there is a verticalscroll> The problem is that when users scroll down, they loose the view of the
> header. My idea, right now, is to use another empty grid outside theway> area and hide the original grid's header. Do you have any other elegant> of doing that?
>
> Thanks,
>
>
>
Saravana Guest



Reply With Quote

