Hi All,
I have designed a Templated GridView, Now I want to add Blank Rows into that gridview From JS and finally save all the rows to DB.
How do i achieve this?
Thanks in Advance.
ßhavin.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
CrishPosted May 8, 2010, 8:05 AM
you can add rows using footer control. Add button in Footer control and then add rows in grid
thanks