Hello,
Any addition is welcome. Thank you
Regards
Tony
Hello,
You do not need to call trigger(“reloadGrid”) as this is done immediatley
after the on pagging event. I think that to work this you should
replace the
$(”#grid”).setGridParam({page:lastPage}).trigger(”reloadGrid”);
with
$(”#grid”).setGridParam({page:lastPage});
Regards
Tony
Hello,
You do not need to call trigger(“reloadGrid”) as this is done immediatley
after the on pagging event. I think that to work this you should
replace the
$(”#grid”).setGridParam({page:lastPage}).trigger(”reloadGrid”);
with
$(”#grid”).setGridParam({page:lastPage});
Regards
Tony
Hello,
I do not see nothing special here. Verify that datepicker plugin is loaded.
Regards
Tony
Hello,
Check your data returned from server. You have some inconsistency
between colModel and the number of returned rows.
Regards
Tony
Hello,
1. Use userdata for this purpose – see docs.
2. I will check this. Thank you
Regards
Tony
Hello,
A common error is that you need to ajust the path to javascript files
and be a sure that all the needed files are loaded. You can use FireBug
for this purpose.
Regards
Tony
Hello,
I will use the same approach as in cell editing module.
Regards
Tony
Hello,
What do you mean with select option from rowList?
Please, be a more specific
Regards
Tony
Hello,
Thank you for finding these bugs in the new filter grid.
Here is the fix:
For
Hello,
Sorry this is not in the 3.3. It is planed for next release.
Regards
Tony
Hello,
This is definitley a bug. Thank you.
Soon will be bug fix release.
Regards
Tony
Hello,
Refer to docs – What is new in formedit module
If you have differences with edit fields in add/edit form and the new
search functionality maybe a good idea is to use your own
filterModel – i.e gridModel is false, then configure your filterModel and set
gridToolbar to true. Also refer to doc to see how you can configure your
custom search model.
Regards
Tony
Hello,
Here is permanent fix
before the try statement write
if($.isFunction($.fn['datepicker'])) {
try {..} catch(e){…}
}
and of course the another try catch too.
But I need to investigate more the old and the new UI datepicker differences.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top