CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> .NET

 select all in editable grid

Print topic Send  topic

Author Message
jborner

Posts: 2
Posted: 02/27/2007, 9:04 AM

how can i put a link "select all" to mark all delete checkboxes in editable grid. I´ve found an example in forum but in .net it doesnt fuction.
View profile  Send private message
Stan
Posted: 03/02/2007, 9:02 AM

You could try to enumerate all instances of the row control with following code

if(typeof(init<FromName>Elements) == "function"){
init<FromName>Elements();
for(var i = 0; i < <FormName>Elements.length; i++){
<FormName>Elements["+i+"][<FormName><ControlName>ID].checked = true;
}
}

Note, that you should replace <FormName> and <ControlName> placeholders on actual values.


Stan

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.