jquery - Refering SPGRIDVIEW.ROWS in Javascript -


I am using 'spgridview' in one of my SharePoint applications.

  & lt; SharePoint: SpreadViewue = "Sample Grid" visible = "false" run = "server" Autogenetate column = "false" width = "100%" Allow = "true" /> & Lt; / SharePoint: spgridview & gt;   

I have to use the number of rows in the javascript function in the sprig. So how can I reference the grid in Javascript and how do I get the number of rows in javascript?

Label the total number of rows and get as splist.items.count. Now refresh this label and its text in java script or jquery

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -