Hello,
The simple test on this is. Create a grid with option like you provide. Then use export as jsonstring and see how this is exported.
Best Regards
Tony
Hello Craig,
First of all Thanks for this addition. I will try to test it too and give a feedback.
Best Regards
Tony
Hello,
First of all thank you very much for this lession and addition.
I'm really surprised on this and will go to test it.
Also for the last “BIG PROBLEM”
Hello,
This is not possible.
Regards
Tony
Hello,
datatype: “xml”
url : “here your url”
Regards
Hello,
here is a little code sniplet which works ok in my app using the phpletter plugin
onInitializeForm : function(formid)
{
//These are needed for fileupload plugin
$(formid).attr(“method”,”POST”);
$(formid).attr(“action”,””);
$(formid).attr(“enctype”,”multipart/form-data”);
// Create a button bellow the file field
$(“
“).insertAfter(“#fileToUpload”,formid);
// bind a event
$(“#buttonUpload”,formid).click(function(){
Hello,
Try to use
searchOnEnter : false
in the filterToolbar method.
Regards
Tony
Hello,
I think this is possible, but you should organize your data in appropriate way.
Tony
Hello,
There are plans to do these, but not in 3.7 release. Also If you want to work on this I recommend you to use the code from 3.7 beta. We have do some changes in treegrid code.
Best Regards
Tony
Hello,
Initially we use innerWidth to determine the width of the parent element.
By definition innerWidth has the following:
Returns the width of the browser's client area, including the vertical scrollbar, if rendered.
http://help.dottoro.com/ljkfqbqj.php
It seems like we should use the clientWidth
Will test this
Best Regards
Tony
Hello,
Thank you. Yes I confirm it is a bug. It is fixed in GitHub – 3.7 version
Best Regards
Tony
Hello,
The sorttype: 'int' have sense only if you use local data (i.e array) I think the problem is in you server side code.
Regards
Tony
Hello,
Thanks. The bug is fixed in 3.7 beta.
Regards
Tony
Hello,
To see what is happen.
Configure a grid with events and then use the build grid export. See how the functions are configured. Then import the same string to see if everthing work.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top