Sigma Php Ajax framework, Ajax Components, GUI Builder
February 09, 2012, 09:39:43 PM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
Sigma Php Ajax framework, Ajax Components, GUI Builder
>
Sigma Grid
>
Sigma Grid - Q&A
(Moderators:
steven
,
gbolanoscruz
) >
Help for grid
Pages: [
1
]
« previous
next »
Print
Author
Topic: Help for grid (Read 1442 times)
aboni
Newbie
Posts: 2
Help for grid
«
on:
April 19, 2009, 06:04:35 AM »
Hi, everybody
I 'm making some tests with Sigma grid and have a problem. I have 4 grids in my page, each one into a different html div. when a double click into the grid ( space without rows), it make a mass into the page. Sometimes the grid disapear, sometimes the grid change to a cell. In both case, I need to refresh the page. Somebody can help me. Or I change the div status or using only one grid and change this data source dinamically (I tried this without sucess)
thks,
Logged
steven
Moderator
Hero Member
Posts: 546
Re: Help for grid
«
Reply #1 on:
April 19, 2009, 07:51:00 AM »
post your code snippet for duplication
Logged
Sigma AJAX Data Grid - Easy to Integrate with PHP, ASP Classic, ASP.NET & Java
Sigma PHP Ajax Framework - WYSIWYG GUI Builder With Tree, Grid, Treegrid, Dialog, Tab & More Component
humi
Hero Member
Posts: 284
Re: Help for grid
«
Reply #2 on:
April 20, 2009, 04:59:16 AM »
Grid has problem loading the dynamic divs.
Post you code.
I have 6 grids on page, in seperate divs and show only one at a time with hide/show tab system.
Logged
steven
Moderator
Hero Member
Posts: 546
Re: Help for grid
«
Reply #3 on:
April 20, 2009, 06:37:59 PM »
Hi, humi.
What do you mean by *Grid has problem loading the dynamic divs*.
Logged
Sigma AJAX Data Grid - Easy to Integrate with PHP, ASP Classic, ASP.NET & Java
Sigma PHP Ajax Framework - WYSIWYG GUI Builder With Tree, Grid, Treegrid, Dialog, Tab & More Component
humi
Hero Member
Posts: 284
Re: Help for grid
«
Reply #4 on:
April 20, 2009, 11:23:10 PM »
In my case, i have 6 grids, one at a time will be shown, the rest are hidden. I haven't really looked at the Div handling in the gt_grid_all.js however, there is some kind of bug.
I dont have acess to the actual code, I'm currently out of country. However, how i resolved this was like below.
The grid that will show first on page load, i call like:
Sigma.Util.onLoad(function(){ gridinstance.render() });
For every other grid I want to display:
gridinstance.render();
This has problems in IE6 and 7. in FF2 and 3 is fine.
I have not found a use for grid.show(); -- it has not seemed to do anything usefull.
Logged
aboni
Newbie
Posts: 2
Re: Help for grid
«
Reply #5 on:
April 26, 2009, 07:43:57 AM »
Hi, Everybody.
Sorry for my large time to anwser you. I will create each grid dinamicaly when the user click at tabs object. So in that case I will have only one div. In fact, the source of grid that will change.
I believe that is the easy way to solve my problem.
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News & Announcements
-----------------------------
Sigma Visual GUI Builder & Library
-----------------------------
=> Sigma Visual - Knowledge Share
=> Sigma Visual - Q&A
=> Bug Report & Wishlist
-----------------------------
Sigma Grid
-----------------------------
=> Sigma Grid - Q&A
=> Show Case
=> Bug Report & Wishlist
-----------------------------
Other
-----------------------------
=> AJAX & JavaScript
Loading...