Sigma Php Ajax framework, Ajax Components, GUI Builder
February 04, 2012, 02:46:44 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Poll
Question: What Features You Need Sigma Grid To Add Most Eagerly?
Aggregation - Sum, Count, Average, Max, Min
Grouping - Show Data By Groups
Tree Grid
More Events & API
Other

Pages: 1 [2] 3
  Print  
Author Topic: Features You Need Sigma Grid To Add  (Read 13550 times)
shumisha
Jr. Member
**
Posts: 17


View Profile
« Reply #15 on: March 02, 2009, 01:16:50 AM »

Yes, if you do this from an afterEdit event, it works. I have done it differently though, using the grid object rather than getElementById...

Rgds
Logged
shumisha
Jr. Member
**
Posts: 17


View Profile
« Reply #16 on: March 08, 2009, 03:05:11 AM »

Hi Darshan

COming back to this, I tried to implement your code :
       t4 = document.getElementById('f_05').value;
   t5 = document.getElementById('f_06').value;
   t6 = document.getElementById('f_07').value;
   t7 = document.getElementById('f_08').value;

Howevern there is not element with ids like f_05, f_06, ... WHere do you get them ?
I looked through the DOM, and cells in sigmagrid are as follow :
1 - each row (tr) has an individual id similar to #__gt_idOfGrid_r_XXX    (XXX is the row number)
2 - inside the row, each cell (td) does not have an id. Instead, it has a class similar to gt_idOfGrid_tXXX (where XXX is the column number)

DO you have any details on that ?

Regards

PS: looking into this question I noticed a (probably) issue in sigma grid. The rows are not numbered from 1 ! If you have 10 rows for instance, then the first TR has an id of #__gt_idOfGrid_r_10. Then second is #__gt_idOfGrid_r_1, then #__gt_idOfGrid_r_2, etc ...
Logged
cingo
Full Member
***
Posts: 28


View Profile
« Reply #17 on: June 17, 2009, 02:17:52 AM »

one more important feature

to import csv or excel data into a sigma grid.

export facility is done excellent work!

now its time for importing csv.

thanks and regards

cingo
Logged
adrianbj
Jr. Member
**
Posts: 8


View Profile
« Reply #18 on: September 07, 2009, 12:58:49 PM »

I'd love to see the return of slice rendering/live load - I wasn't using sigmagrid when it had this feature, but not having almost choose another grid package and I would still like to have it. My users can't understand why we need pagination - they want to be able to scroll through all records at once, but they don't understand the load issues with rendering all at once.

Thanks,
Adrian
Logged
javaidee
Full Member
***
Posts: 24


View Profile
« Reply #19 on: October 15, 2009, 07:22:22 AM »

1- Suppress or Control the "Nothing Modified" alert without compromising the save functionality.

2- Dynamic population of select list values based upon other select list value (selection) e.g. County then States/Provinces then Cities/Counties and so on.

3- Make the date-formatting change easier to control and implement.

4- Validation of a cell input based upon the value of another cell or select list value.

5- Make the documentation more robust, illustrated, self explanatory along with many examples related to practical scenarios.

6- Add as many tutorials / Examples as you can.

Thanks
Logged
Swandi Pangaribuan
Jr. Member
**
Posts: 14



View Profile
« Reply #20 on: October 18, 2009, 11:05:31 PM »

Well, i think we need to integrate it into a cart/form application.
Thanks
Logged
barry
Jr. Member
**
Posts: 13


View Profile
« Reply #21 on: January 03, 2010, 03:21:22 PM »

I would also like to see paging handled automatically when you scroll up/down instead of having to click to get to the next page.  This would make Sigma Grid so much better.  I'm not sure how the server side paging works at the moment but for me it's slower than client side paging (with 1000 rows and 50 columns).  It seems the current server side paging works by making a database call using the entire sql query, converting it to JSON and only then applying the slicing and dicing (paging).  I think it should be done at the start (in the database call).
Logged
travisvanstaaveren
Newbie
*
Posts: 1


View Profile
« Reply #22 on: July 10, 2010, 10:33:59 PM »

I see a person requested the ability to import Excel documents. Is this already an option or will it be in the future?
Logged
ashu1982
Jr. Member
**
Posts: 7


View Profile
« Reply #23 on: December 02, 2010, 01:16:58 AM »

Not a new feature but it would be great if the checkbox functionality can be further improved. I myself have trouble solving it and have gone through the forum. There are a lot of posts dealing with checkbox thing. Even after checking the checkbox it doesn't works and many other things. A concrete solution would a great addon in the coming releases.
Logged
eueuioio
Newbie
*
Posts: 1


View Profile
« Reply #24 on: December 11, 2010, 02:06:46 AM »

Tree Grid is very important for handle nested records in structured database - and even object related model
Footer - custom and predefined agregate functions
Combo box - select box with posibility of modify options after grid render - user choice
More custom editor's - password,upload would be very util ... i tried to implement some of my own -
And a predefined search row in header - a second line in header displaying in each column an input box that query a function DoFilter() that handle and calls filter function - i did this in my customized app and works very nice with of course a smart phpscript that handle the filter on server side.
Custom Messages in header - stored in configuration variable of Sigma Options - no need for a entire custom header

Logged
terrence909
Newbie
*
Posts: 1



View Profile
« Reply #25 on: December 23, 2010, 04:56:17 AM »

Nice Information...I have been looking for this...
Logged

david
Newbie
*
Posts: 1


View Profile WWW
« Reply #26 on: January 13, 2011, 01:53:48 PM »

Hi,

I want to check aggregation value of my 1 row in sigma grid. Can any one help me how to do this? This is possible in sigma grid 1.7 but not in 2.0.
Logged
prabhuraj
Full Member
***
Posts: 26


View Profile
« Reply #27 on: February 07, 2011, 01:23:33 AM »

Auto suggest or auto complete from mysql database option for textboxes should be given ..it will be very usefull
Logged
coolq
Jr. Member
**
Posts: 15


View Profile
« Reply #28 on: May 11, 2011, 12:25:01 AM »

it would be neat to have an editor for checkboxes or (radio buttons), which would be bound to the database.

so i could display, bool values as well as edit and save them

Q

Logged
amit_amt
Newbie
*
Posts: 2


View Profile
« Reply #29 on: May 31, 2011, 12:41:49 AM »

Hello,

Check box/ radio button is the must required thing in sigma grid. Without this this tool is look like incomplete.

Regards,
Amit
Logged
Pages: 1 [2] 3
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!