Hello,
Try
jQuery(“.ui-jqdialog-titlebar-close”).bind('click',function(){
// do something here
// if you use jqModal to close the modal you need
hideModal(“#editmod”+gridid, {jqm:true});
// where gridid is your grid id and hideModal is a function from grid common
});
Regards
Tony
Hello,
I mean when you do not have custom theme, but one downloaded from jQuery UI site.
Regards
Tony
Hello,
Yes this is a bug. Having to correct one bug in IE go to others :).
Also the fix is available. I have make another build.
Thanks
Best Regards
Tony
Hello,
Thanks. Will be fixed.
Regards
Tony
Hello,
If you use standart UI theme – is the result the same?
And where is the dropdown menu? – I do not see it in any picture
Regards
Tony
Hello,
I Think the problem is here:
{view:true}, //options
In the navigator options between edit and add.
Regards
Tony
Hello,
I hope that the image is shown – the problem is that we resize the width of the input to be auto to the width of the column width.
Try this
jQuery(”#” + id + “_data”, “#list”).datepicker({ autoPopUp: 'button',
Hello,
How should know the grid that there are more records for the next page, supposing that these records are in the database?
So the simple solution is:
Disable the record view, page input and total pages view, then server side return a relative big number for total pages without to query the database for such information.
Regards
Tony
Hello,
The default value works for adding row. If you are in edit mode the value that is in the grid is selected in the edit form. If the value can not be found (i.e. there are differences in the grid data and the definitions in editoptions) the first value is used. In order to do what you want in edit mode you maybe will need to use beforeShowForm event.
Regards
Tony
Hello,
If you have read some forum topics you will maybe find the answer.
Also currently this is not possible, but is in the todo list – not in the upcomming release.
Best Regards
Tony
Hello,
Yes. This is possible.
Regards
Tony
Hello,
You can try first to load the response in array (not using jqGrid) and then for every grid set datatype:local agin with addRowData to load the neede data. Of course every grid can have diffrent coulms
Regards
Tony
Hello,
If you use the basic grid you will have about 52Kb- the only that you need is to load the UI css (not the all css for the widgets) and jqgrid css additionaly.
If Flexigrid meet your needs, then use Flexigrid.
Regards
Tony
The response should be a valid select html element – check the Changes.txt
In this case the response should be:
Fedex
….
Hello,
Using fireBug check the server response.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top