Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Andrew Chalk #1
No. of rows displayed in paged datagrid
I have a DataGrid with AllowPaging="True" and AllowSorting="True". It works,
but always displays 10 rows. How do I customize this?
Many thanks.
Andrew Chalk Guest
-
Can datagrid header text displayed more than one rows
Hello every one: I am facing a problem about header text of datagrid. Because some of the header text is long, about 30+ letter, and our cutomers... -
DataGrid - Number of Displayed Rows
Hi All Hopefully this is a simple one. I have an empty datagrid (which is editable for input data). By default, flex is drawing 7 or so empty... -
Explorer navigation errors with non-paged or large paged DataGrid.
Hello everyone: This is my first posting here and I am new to aspnet so be patient. I am using a DataGrid with sorted columns to display some... -
multilple rows from displayed in one row of datagrid
For a scenario like this, I would probably use one Datagrid for the company table, and nest 3 Repeaters inside it, one each for industries,... -
data from oledbdatreader can't paged by datagrid
Hi, I am retrive record from an Access database and want them displayed page by page, I used oledbdatareader to retrive and assigned the... -
Brock Allen #2
Re: No. of rows displayed in paged datagrid
Assign the PageSize property.
-Brock
DevelopMentor
[url]http://staff.develop.com/ballen[/url]
> I have a DataGrid with AllowPaging="True" and AllowSorting="True". It
> works, but always displays 10 rows. How do I customize this?
>
> Many thanks.
>
Brock Allen Guest
-
Andrew Chalk #3
Re: No. of rows displayed in paged datagrid
Thanks!
"Brock Allen" <ballen@NOSPAMdevelop.com> wrote in message
news:b8743b1148edb8c7b592edc04ee0@msnews.microsoft .com...> Assign the PageSize property.
>
> -Brock
> DevelopMentor
> [url]http://staff.develop.com/ballen[/url]
>>>> I have a DataGrid with AllowPaging="True" and AllowSorting="True". It
>> works, but always displays 10 rows. How do I customize this?
>>
>> Many thanks.
>>
>
Andrew Chalk Guest



Reply With Quote

