On 27 Apr, 15:01, "Toni" <n...@maila.hrwrote:
What do you mean when you say you "can't use paging and sorting"? Are
there errors? Does the paging footer display? Or does .NET reach out
and prevent you from clicking your mouse?
It's just a matter of turning on paging and sorting properties for
that Gridview.
Paging and Sorting properties are turned on. In GridView I get error. In
DataGrid there is no reaction. I can click on header captions but nothing. I
have caption for next and previous page but when I click, page is reloaded
but not sorted.
Hi Toni
In addition to enabling Paging and Sorting have you defined sort
expressions for the columns? I know that when creating a GridView
using visual tools the sort expression defaults to the column value,
but in non-visual handling the result may be unpredicatable.
HTH