M
michele
Hi, i'm using a datagrid control in my webform, with
AutoGenerateColumns=false; it work very well if EnableViewState=true;
including paging and sorting, but this cause a big performance issue, so
i've decided to set EnableViewState=false:
now the events related to the datagrid have some strange behavours: for
example the PageIndexChangedEvent is not correcty raised (when i go from
page 1 to 4 works, if i want to return to page 1, the event is not longer
raised)
Please help me
Thanks,
Mik
AutoGenerateColumns=false; it work very well if EnableViewState=true;
including paging and sorting, but this cause a big performance issue, so
i've decided to set EnableViewState=false:
now the events related to the datagrid have some strange behavours: for
example the PageIndexChangedEvent is not correcty raised (when i go from
page 1 to 4 works, if i want to return to page 1, the event is not longer
raised)
Please help me
Thanks,
Mik