Click here to Skip to main content
15,907,329 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I set footer for Ultrawebgrid and its working Fine. But for some other uses i need to access the footer Value of ultrawebgrid . So i need to know how to get footer value of ultrawebgrid by using java script.
Posted

1 solution

You can set text of footer as follows grid.Bands[0].Columns[1].setFooterText("Value");
 
Share this answer
 
Comments
tnkarthi 12-Mar-14 1:27am    
Thanks. But i need To Get the value of footer.

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