Search found 10 matches

mats, I think I know where my second issue is coming from, but I may need your help to fix it. I'm using a jsonp store that has a model with an association to another model. For example, say the data returns data like so: { page: 1, total: "44111", rows: [ { id: "ABCDE", cell: { ...
mats, thanks for that! I was able to get my sample store up and running. My next issue is hooking it up to our particular data store. It is pulling data from a jsonp data format, and I was wondering if this is supported? As soon as I switched the store from my sample to our particular store, nothing...
Mats,

Do you mean to just paste it at the bottom of the ubergrid-all.js file?
Thanks mats. Since strings doesn't work, what is the appropriate data type? I can't download the licensed version since I'm still evaluating :)
I did try setting up breakpoints through Chrome, but didn't get any helpful information. I sent you the video from that also. It basically runs through app.js, and just throws the error after function checkCollapse(event). If I try to step through into the function in app.js, it just goes through se...
mats,

I just sent you a message privately. Could you check?

Oliver
Yup. I linked in ubergrid-all-debug.js and ubergrid-all-debug.css.
Mats,

Just wanted to follow up on this since I'm on the trial package and am seriously considering using this component in our application. I like what I've seen on the examples, and want to test the performance with our data.

Oliver
Would the attached file help?
I am also having troubles configuring UberGrid and followed the demonstration. I did the following: 1. Created a New Project 2. Created a Panel and then added another Panel to it. 3. Set CreateAlias to ubergrid 4. Added directly to the ubergrid panel a custom property "columns" identifying...