I am doing server side filtering in the enhanced grid in dojo 1.10 version. Here in document it is clearly mentioned to use isStateful property. Also, if we use isStateful property we need to use the URL parameter also, which according to documentation is
When both isServerSide and isStateful are true, this is a place to set the server url, if it cannot be retrieved by store.url.
I want to know how what is here store.url? I have searched in other sites, the other definition I get of url is from here and here
If using stateful, this is the url to send commands. default to store.url
Can anybody provide a simple example or demo on how to use isStateful property. I am pretty much confused here. Do we need to have server side scripting for this?