Questions tagged [xmlstore]
11 questions
1
vote
0 answers
Dijit.tree - how to update store URL
I have the following in my HTML file:

Ayyoudy
- 3,641
- 11
- 47
- 65
1
vote
2 answers
Sorting a Dojo DataGrid Declaratively
I have a DataGrid that is loaded from an XML data store, all created declaratively. I'd like to set the sort when the data is loaded. All of the examples I've found deal with doing this programatically and hint that it should be doable…

Morgan Delvanna
- 23
- 3
- 7
1
vote
2 answers
ExtJS Grid not loading data from Ext.data.XmlStore
I have a grid that I'm trying to populate from an XmlStore, which is populated from an Xml String. So far, the store appears to be load the XML just fine, but I cannot get the grid to load the store. (i.e. grid.getStore().getCount() is always 0.
//…

A User
- 11
- 3
1
vote
0 answers
Build a sorted dojo digit tree from XmlStore
Is it possible to create a sorted tree in DOJO using digit tree from XmlStore? The data in the XML is not always guaranteed to be sorted.
If it is possible, please help me with some pointers.

Shree
- 4,627
- 6
- 37
- 49
0
votes
1 answer
Using Nested Fields from an XMLStore in a DataGrid in Dojo
I have an XMLStore I'm using for the source of a DataGrid. I'm able to pull out top-level fields for use in the data grid, however I can't figure out how to pull out deeply nested fields from the XML.
Here's a sample of my XML…

Mark F
- 151
- 1
- 6
0
votes
1 answer
Configuring an Ext.data.XmlStore to obtain custom tags from response
Hi I have the following xml returned from the server:
Code:
link text
I couldn''t seem to get the xml store configuration right. Especially, I want to be able to obtain the custom tags: name, intra and referrals which are properties of the result…

j11ExtJS
- 1
- 1
- 2
0
votes
1 answer
Can I create a dojox.data.XmlStore with a url pointing to a different port or server
In the following, I want to replace /books.xml with something like http://server:port/books. In essence the XmlStore to be served by some other server or port than the one serving this
None
0
votes
1 answer
dojo xmlstore and data grid item count
I ahve an xml store that calls an url and fetch data from database. It has to be displayed in the data grid when there is data returned from the database. When there is no data, it has to show appropriate error message.
I have the following js…

sanvica
- 99
- 2
- 12
0
votes
0 answers
How to create a custom store in dstore for xml document
I am trying to use dstore custom Stores, I am wondering how to create a custom store for xml document. Could some one help me out?
0
votes
1 answer
get the record value from XML Store in EXT js
I am ExtJS for GUI development. I am using XML Store for retrieving the data from server.
My XML looks like this.
x
Y
100
500
Where X=100 and…

Anandan
- 983
- 3
- 13
- 28
0
votes
1 answer
how to refresh datagrid in dojo 1.9 after deleting an item
I am using Dojo Toolkit 1.9 Datagrid and i am populating data from the xmlStore but i am facing one problem that is after deleting any item from the datagrid, its not getting refresh until we do manual browser refresh. Would you please any one can…

Nitesh Singh Rajput
- 607
- 1
- 7
- 24