This question is locked. New answers and comments are not allowed.
Hi,
Today i was just working on MVC telerik Grid control, when i have used NextPreviousAndInput style for pagination, the behavour i found was when i enter some page number on the input text and click on enter, two Actions were raised
1.[GridAction(EnableCustomBinding = true)]
2.Index
Can anyone explain me why was the index Action was called, due to which my page state is been moved to initial welcome page.
Today i was just working on MVC telerik Grid control, when i have used NextPreviousAndInput style for pagination, the behavour i found was when i enter some page number on the input text and click on enter, two Actions were raised
1.[GridAction(EnableCustomBinding = true)]
2.Index
Can anyone explain me why was the index Action was called, due to which my page state is been moved to initial welcome page.