MrFast
Newbie

Posts: 1
|
 |
« on: April 24, 2008, 09:54:24 PM » |
|
Hi! What events are supported by Sigma Grid? I saw onChange, what about onKeyDown(onKeyPress), onClick, onBlur, etc. I need to know on grid-level, row-level and for each individual cell. Thank you! hans.fast@backbone.se
|
|
|
|
|
Logged
|
|
|
|
|
steven
|
 |
« Reply #1 on: April 27, 2008, 08:03:51 PM » |
|
Sigma grid 1.X supports several events declared at http://www.sigmawidgets.com/products/sigma_grid/docs/reference.html. Sigma grid 2.0, is scheduled to be released at the end of May, will support more.
|
|
|
|
|
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
|
|
|
|
Sander
|
 |
« Reply #2 on: June 18, 2008, 05:40:51 AM » |
|
Sigma grid 2.0, is scheduled to be released at the end of May, will support more.
It is june 18, when can we expect Sigma grid 2.0?
|
|
|
|
|
Logged
|
|
|
|
|
steven
|
 |
« Reply #3 on: June 18, 2008, 07:34:20 PM » |
|
Yes, it's behind schedule. Because v2.0 should support Safari & Opera as well as IE & FF, it took us more time to have enough test. http://www.sigmawidgets.com/products/sigma_grid2/demos/example_master_details.html is a page for preview. You can see it's much better than 1.7, is'nt it? It could be released together with database samples at end of Jun if everything goes smoothly
|
|
|
|
|
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
|
|
|
|
Sander
|
 |
« Reply #4 on: June 19, 2008, 01:32:48 AM » |
|
Jeah I've seen the samples of sigma grid 2.0, thats why I asked about the release date  I can't wait!
|
|
|
|
|
Logged
|
|
|
|
|
Sander
|
 |
« Reply #5 on: June 30, 2008, 05:42:35 AM » |
|
So today it's release day  HEHEHE
|
|
|
|
|
Logged
|
|
|
|
support
Newbie

Posts: 1
|
 |
« Reply #6 on: July 01, 2008, 12:26:53 AM » |
|
Yes, it should be. But database/backend sample is not ready by far. We also need double check the documentation.
|
|
|
|
|
Logged
|
|
|
|
ratheesh
Newbie

Posts: 1
|
 |
« Reply #7 on: July 22, 2008, 04:55:13 AM » |
|
currently sigma grid is supporting only one type of event.How we can add more events like ondblclick,onclick etc at a time.Plz reply me soon.. Thanks in advance.
|
|
|
|
« Last Edit: July 22, 2008, 05:37:45 AM by ratheesh »
|
Logged
|
|
|
|
|
steven
|
 |
« Reply #8 on: July 23, 2008, 01:20:43 AM » |
|
Current not. It will be supported in the next version in our road map.
|
|
|
|
|
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
|
|
|
|
prabhuraj
|
 |
« Reply #9 on: February 25, 2011, 05:01:15 AM » |
|
How to access the value or id passed from the master grid - in the child grid
eg: if i click a row in master grid ,
the child grid loads with the passed id
var master_id = record.order_no; var grid=Sigma.$grid(grid_details_id); grid.loadURL = "double_SubController.php?rid=" + master_id + "";
through this code.
now how can i access the value passed from the maser grid in child grid ?
that is if i add a new row in child grid i should store the master id
do i make sense ?
any help humi ?
thank you
|
|
|
|
|
Logged
|
|
|
|
|