Hi
I have grid to which is binded to datatable.
I have 400 records . so it is taking lot of time to bind and user has to wait for lon time.
Please tellme how to improve the performance.
suggest the artices with kb id's
send me code ifpossible. Greatly appreciated.
What is on demand loading???
Please refer to these articles below
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=1075
The below one is about saving/loading the viewstate of grid on serverside instead of on client side.In my case this decreased my page size by 20%.hope this should help you.
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=1070
Let us know whether these worked or not.