Hello,
You can use a grid as subgrid for this purpose (If I understand right) . See examples
Regards
Tony
Hello Criag,
Thank you very much for this. It will be included soon in the Integrations page.
Thanks again.
Best Regards
Tony
Hello,
With 3.5 version this is possible. There is a parameter autowidth where the width of the grid is build according to the width of the parent element.
Regards
Tony
Hello,
I thin it is a z-index issue in IE. When you call the modal there is a parameter z-index. Try with higer one.
Regards
Tony
Hello,
Could not answer, since the question is too common. It depends on how complex is your task
Regards
Tony
Hello,
The docs is good start. In
Hello,
Which serch method do you have in mind? If this is the build in search in the navigator this will not work. Use filterGrid method for this purpose.
If you use the filterGrid method this will not work too since of the delayed ajax request. I recommend in this case to call filterGrid withsetTimout function in order to read the data crrectly.(after it is obtained from the grid)
Regards
Tony
Hello,
It is fixed. Will publish soon the fix.
Regards
Tony
Hello,
To solve this
<div style=”font-size:75%;width:900px;margin-left:100px;overflow:visible;display:block;”>
…
Regards
Tony
Hello,
The problem is that this data is added dynamically and the binding to thickbox will not work.
Use gridComplete Event to attach the plugin to class='thickbox'
or maybe use jquery live method for this purpose.
Regards
Tony
Hello,
In 3.5 version is easy
$(“#mypager > div”).hide(); or better
$(“.ui-pager-control”,”#mypager”).hide();
Regards
Tony
Hello,
If you have FireBug, see what is posted to the server or better read first the docs.
You should obtain the follwing parameters
searchOper, searchField, searchString
Regards
Tony
Hello,
Thank you very much for sharing your solution. Soon I will make a special page in this site where this will be added.
Best Regards
and Thanks again
Tony
Hello,
clientArray does not work in form editing instead. You can try to set reloadAfterSubmit:false, but I'm not sure that this will help. I'm currently develop a various type of submiting
Hello,
Thanks. Will be added in xml too. In order to be all ok the event should be call whitin the steatement
|
1 |
if(stat == 'success') {<br />...<br />}<br />Regards<br />Tony |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top