Login Register

Custom Store

Querying the Grid using the index of the row.

I am just making my baby steps around the Dojo world. I am amazed at all the things I did not know :-).

My question is what is the best way to fetch a row from using the row index from the Grid?

I have a custom store that extends ItemFileWrite store. This store has a method , saveItem with the following body.

<javascript>

saveItem:
function( index,
templateToSave,
postUrl,
postVariable,
_onLoad,
_onError) {

Syndicate content