I just started developing with sencha touch.
I have a small problem while working with Store..I am not able to get data as i need.Its a simple data.
Below is how i create the store..
}
);
What i want is all the values for 'AlertType' field in an array.
Please post complete implementation(code).Because i have tried many things like getGroupedString..and Filters, setting grouped property etc...etc..Nothing seems to work.