|
shumisha
|
 |
« 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
|
 |
« 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
|
 |
« 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
|
 |
« 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
|
 |
« 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
|
 |
« 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
|
 |
« 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
|
|
|
|
|