Click here to Skip to main content
15,889,839 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,
I want to get the row count of the gridview in client side., i want java script coding to find the row count of grid..
Can u give me a solution for this...

Thanks in advance..,
Sugumaran
Posted

I just think, posting such issues about a 3rd party control at DevExpress Forum would be more useful.
Here:DevExpress Forum[^]

Try looking here: DevExpress ASP Grid forum[^]
Posting here is fine but it might be already discussed there!

I had found that specific questions related to 3rd party is answered more quickly and accurately at respective forums
 
Share this answer
 
Comments
VJ Reddy 23-Apr-12 2:23am    
Good answer. 5!
Solution 1 by Sandeep Mewara is absolutely correct.

The client side functionality of ASPxGridView is provided by ASPxClientGridView as explained here
ASPxClientGridView Members[^]
If the members given on this page are seen, GetColumnsCount, GetPageCount and GetVisibleRowsOnPage are available, but a method or property to get total rows of the GridView is not available as this data may not available on the client side, without querying the server side.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900