Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
tony010409020622@spamthis@hotmail.com #1
AllowSorting = True, BUT Web DataGrid Wont Sort
I'm obviously missing something, suggestions are welcomed.
Thanks
tony010409020622@spamthis@hotmail.com Guest
-
Hyperlink columns in DataGrid With AutoGenerateColums set to True
I have a datagrid with AutoGenerateColums property set to True, i want to make these columns as hyperlinks, so that when user clinks on i can show... -
Changing Width of Datagrid (AutoGenerateColumn=true)
Hi, hope some1 can help me trying this about a week. I read the data for my Datagrid into a dataset, convert a little bit and store the... -
Ado sort error-Ado Sort -Relate, Compute By, or Sort operations cannot be done on column(s) whose key length is unknown or exceeds 10 KB.
Ado Sort -Relate, Compute By, or Sort operations cannot be done on column(s) whose key length is unknown or exceeds 10 KB. hi, guys i have asp... -
How to find a record in a Datagrid with AllowPaging set to true.
I have a "Find" button that I want to use to locate the correct pageindex so that my user can find a name in a datagrid of names. I suppose that... -
Export datagrid(with allowsorting) to Excel
In this instance, since you know what the user wants when you query the data, I would consider sorting the data on the server when you pull the... -
Alvin Bruney - ASP.NET MVP #2
Re: AllowSorting = True, BUT Web DataGrid Wont Sort
are your sorting event handlers hooked up?
--
Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ [url]www.lulu.com/owc[/url]
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------
<tony010409020622@spamthis@hotmail.com> wrote in message
news:jignj1lvcvhp6s9uc0qidnnm6c27fb7b03@4ax.com...>
> I'm obviously missing something, suggestions are welcomed.
>
> Thanks
Alvin Bruney - ASP.NET MVP Guest
-
Scott M. #3
Re: AllowSorting = True, BUT Web DataGrid Wont Sort
Just setting "Allow Sorting" to true doesn't automatically make your data
sort. You need to write the sorting code in the grids "SortCommand" event
handler. All turning sorting on does is "allow" the column headers to be
clickable and fire the SortCommand event.
<tony010409020622@spamthis@hotmail.com> wrote in message
news:jignj1lvcvhp6s9uc0qidnnm6c27fb7b03@4ax.com...>
> I'm obviously missing something, suggestions are welcomed.
>
> Thanks
Scott M. Guest



Reply With Quote

