Hello,
Yes it is possible, but in this case you need to use CDATA.
Regards
Tony
Hello,
Consult the documentation. You need to add a sorttype property (for datatype:'local')
Hello,
You should define this in both add and edit – i.e you should have two onInitializeFor – one for the edit and another for the add actions
Regards
Tony
Hello,
I mean the data from server or from the array that is populated in the grid.
Regards
Tony
Hello snobo,
Thanks for this. Fixed.
Regards
Tony
Hello,
Did you try my approach above. The second populating can be in the fact that in some version of FireBug this can be happen. Also IMHO you code is clean.
Regards
Tony
Hello,
I think yes you can do it. You need to set a shrinkToFit to true or read the docs about all parameters in setGridWidth. You need just to try.
Regards
Tony
Hello Steven,
Thanks. Good catch. Will try to do this for the beta.
I aggree with you about font sizes in the themes. The recommended approach of jQuery UI team is to use
font-size: 62.5%;
This approach IMHO is not good and it works if you load the page, but if you try to add dynamically a UI Widget it does not work. Example. If you have tab and try to add dynamically (via url) a accordion whitin tab you will have a destroyed font size for the accordion. Try it.
This is the reason that I have set a fixed font size for all grids.
Best Regards
Tony
Hello,
Thanks. Will add this in Integration section.
Regards
Tony
Hello,
Search the forum. One possible solution is to set:
rowList : [10,20,50,*]
Server side you can check for the passed parameter * and set all the rows.
Regards
Tony
Hello,
I think yes. You can use onSortCol event to set the desired page when you sort.
Regards
Tony
Hello,
Added in the latest 3.5 alfa 3
Regards
Tony
Hello,
Try the new 3.5 version and set shrinkToFit : false.
Rergards
Tony
Hello,
define afterShowForm event in del action like this:
afterShowForm : function (tableid) {
$(“#eData”,tableid).focus();
}
Regards
Tony
Hello,
This is a known bug in 3.4.x releases. This is fixed in the 3.5.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top