Sigma Php Ajax framework, Ajax Components, GUI Builder
May 17, 2012, 01:09:48 AM
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
) >
how to add values to new row
Pages: [
1
]
« previous
next »
Print
Author
Topic: how to add values to new row (Read 1304 times)
gururaj
Newbie
Posts: 3
how to add values to new row
«
on:
June 21, 2010, 02:30:33 AM »
Hi All,
I have one requirement, initially there are no rows in grid,i need to create new row,now i have to enter data for col 1,then after edit col2 value should be populated based on col 1.but i am getting error at
" updateRecord:function($,F,C ", can any one let me know the solution for this issue.thx for your wonderful grid.
Logged
gururaj
Newbie
Posts: 3
Re: how to add values to new row
«
Reply #1 on:
June 21, 2010, 04:54:07 AM »
Hi,
i got the solution , i was sending row index,but need to pass active record,this code works for any version
hope so.
/*********************/
var row = mygrid.activeRow;
mygrid.setColumnValue("customer",mygrid.activeRecord,row.rowIndex);
mygrid.refresh();
/*********************/
thanks Sigma team.
Logged
AlsonSmith
Newbie
Posts: 1
Re: how to add values to new row
«
Reply #2 on:
March 20, 2011, 11:43:40 PM »
Gone through the tutorial but my connections are making some problem...Will check this once more.
Logged
ringing in ear
rfaes
Full Member
Posts: 23
Re: how to add values to new row
«
Reply #3 on:
May 03, 2011, 01:08:35 AM »
i would not refresh the whole grid.
i would use this:
"grid.refreshRow(grid.activeRow);"
i hade some issues when i was refreshing the whole grid.
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...