Welcome Guest, Not a member yet? Register   Sign In
Flexigrid CodeIgniter Implementation
#21

[eluser]Armorfist[/eluser]
Just added the Active Record functionality to the implementation and updated documentation. The old query builder function was not removed for compatibility purposes. However I highly recommend to update.

Download - http://flexigrid.eyeviewdesign.com/Flexi..._v0.35.rar
Documentation - http://flexigrid.eyeviewdesign.com/index...example#s2

Wink
#22

[eluser]thor[/eluser]
hi there,

at first i must say very nice work Smile sadly at implementing the example code i have some (small) problem which i dont get solved. running the example application i dont get any content into the grid. when i run the ajax controller itself i get the complete output from the database that is queried. so on the connection side to the database there seems to be no problem.

so the problem that nothing is displayed must be either at creating the json output or reading/parsing it. at least i think so.

i hope someone of you can help me to fix it cause i really like to use it Wink


edit:
i have the problem when i use firefox as browser. when displaying the example on ie i get the content in the grid, but i have to allow IE to get content from external data (there is a popup). the strange thing is when i run the demo on the example page (http://flexigrid.eyeviewdesign.com) it works with firefox and i theres also no popup on IE.
#23

[eluser]pixelazion[/eluser]
hi, i'm having problem with the noConflict() thingy for prototype

please help.. Sad

great stuff by the way Smile
#24

[eluser]manilodisan[/eluser]
@pixelazion - change all the $ signs to jQuery
#25

[eluser]Armorfist[/eluser]
hello thor,

Can you tell me what kind of URL you are using to access the application? Like http://localhost/CodeIgniter/index.php/?
#26

[eluser]pixelazion[/eluser]
[quote author="manilodisan" date="1222523342"]@pixelazion - change all the $ signs to jQuery[/quote]

yes, i kind of did that but, still gives me an error, and grid is not displaying the data. i'm gonna try again.

tnx for the reply
#27

[eluser]thor[/eluser]
[quote author="Armorfist" date="1222526264"]hello thor,

Can you tell me what kind of URL you are using to access the application? Like http://localhost/CodeIgniter/index.php/?[/quote]

url was http://127.0.0.1/flexgrid/index.php/....

and that was the problem. changed base_url from 127.0.0.1 to localhost %-P
#28

[eluser]geshan[/eluser]
Can you make this grid pagination less, like live or rico grid demo here http://openrico.org/demos/livegrid.
#29

[eluser]Armorfist[/eluser]
[quote author="geshan" date="1222696849"]Can you make this grid pagination less, like live or rico grid demo here http://openrico.org/demos/livegrid.[/quote]

Yes you can, edit the helper file, under helpers/flexigrid_helper.php, and on line 47 change
$grid_js .= "usepager: true,";
to
$grid_js .= "usepager: false,";

It will remove the pagination.
#30

[eluser]Armorfist[/eluser]
Just added the json_encode functionality for those who have JSON PHP Extension installed and updated documentation. You can still use the old system, however I highly recommend to update if you have this extension.

Download - http://flexigrid.eyeviewdesign.com/
Documentation - http://flexigrid.eyeviewdesign.com/index...example#s3

*EDIT*
There is a bug when there are no records to display. I'm fixing this tomorrow.




Theme © iAndrew 2016 - Forum software by © MyBB