Ask a Question related to ASP.NET General, Design and Development.
-
Saravana #1
Re: Datagrid headings
Check out this article,
[url]http://www.microsoft.com/india/msdn/articles/CreatingaScrollableDataGridWebS[/url]
erverControl.aspx?
--
Saravana
Microsoft India Community Star,
MCAD,SE,SD,DBA.
"Tracey" <traceywillicombe@hotmail.com> wrote in message
news:07e401c35066$c88d1000$a001280a@phx.gbl...> Hi,
> Is it possible to fix the headings in a datagrid so that
> when the user scrolls down the grid the headings are
> always visible?
> Thanks in advance,
> Tracey.
Saravana Guest
-
CS3 Headings?
In CS3 my heading styles (h1, h2, ... h6) do not show up under the styles dropdown. I desparately need to know how to get them to appear, since there... -
Datagrid render column headings. ASPX Page Model. Events
I have written a usercontrol which I drop onto aspx pages in my project, this usercontrol performs changes on the content of various aspx controls... -
Headings in the DataGrid Web Control
I am writing a web-based reporting tool and using a datagrid to display information returned from a database. I am displaying column headings... -
Group headings in datagrid
I have a datagrid of users that displays the company that they work for, their username, type of user. I would like to display the company name... -
Sorting in a DataGrid with no headings
I have got a scrollable datagrid within a Div tag and a fixed header created using an HTML table. I would like to be able to sort the datagrid by... -
Saravana #2
Re: Datagrid headings
You have to implement sorting on your own only, since you dont have datagrid
header. You cant use sorting provided by datagrid. Here is my suggestion
which you can try,
1. Convert each column in header to button column or link column.
2. On Onclick event handler, sort the datasource and bind the datagrid
again.
I hope this helps you.
Thanks
Saravana
--
Saravana
Microsoft India Community Star,
MCAD,SE,SD,DBA.
"Tracey" <traceywillicombe@hotmail.com> wrote in message
news:0b2901c3510d$470a06d0$a401280a@phx.gbl...> Thanks a lot, that works really well.
>
> How would you go about sorting columns in a grid like this?
>
> Thanks, Tracey.
>> llableDataGridWebS> >-----Original Message-----
> >Check out this article,
> >[url]http://www.microsoft.com/india/msdn/articles/CreatingaScro[/url]> >erverControl.aspx?
> >
> >--
> >Saravana
> >Microsoft India Community Star,
> >MCAD,SE,SD,DBA.
> >
> >
> >"Tracey" <traceywillicombe@hotmail.com> wrote in message
> >news:07e401c35066$c88d1000$a001280a@phx.gbl...> >> >> Hi,
> >> Is it possible to fix the headings in a datagrid so that
> >> when the user scrolls down the grid the headings are
> >> always visible?
> >> Thanks in advance,
> >> Tracey.
> >
> >.
> >
Saravana Guest



Reply With Quote

