CodeCharge Studio
search Register Login  

Visual Web Reporting

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

YesSoftware Forums -> CodeCharge Studio -> ASP

 editable grid and Un-visible Specific-rows Textbox

Print topic Send  topic

Author Message
sakuraneko

Posts: 2
Posted: 10/30/2009, 1:18 AM

I use CC Stusio 4.2. I have editable grid problem.
I wish textbox to Un-visible that Row number is 2 or more.

Ex) Editable-Grid name "table"
column1
1 Visible
2 Un-visible
3 Un-visible
4 Un-visible
・・・

I wrote custom code.

Function table_BeforeShowRow(Sender)
If table.DataSource.CurrentRow >= 2 then
table.column1.Visible = False
End If

but,It can't use.(All-Visible)
What' problem in this code?
View profile  Send private message
sakuraneko

Posts: 2
Posted: 10/30/2009, 3:16 AM

I have more question.

Ex) Editable-Grid name "table"
column1
1 Visible
2 Un-visible
3 Un-visible
4 Un-visible

Row-2,3,4・・・ Column1 is Un-visible .
but wish action is that preserves Column1 Row1 same value to Row-2,3,4・・・

Better use Hidden control? Difficult problem to me.



View profile  Send private message

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.

PHP Reports

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

Home   |    Search   |    Members   |    Register   |    Login


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