Select Categories Below
Advertisement
Start Your Own Q&A Site
Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.
Status: Open Points: 250 Time: 11:45 - Apr 06, 2009
prg
protected void rgStateTax_PreRender( object sender, EventArgs e ) { if( rgStateTax.MasterTableView.IsItemInserted ) { foreach( GridItem item in rgStateTax.Items ) { item.Visible = false; } } if( rgStateTax.EditItems.Count > 0 ) { foreach( GridDataItem item in rgStateTax.Items ) { if( item != rgStateTax.EditItems[0] ) { item.Visible = false; } } } } here rgStateTax is rad grid and,Why they are making item as invisible iam a beginner in asp.net,PreRender is the event before the page is actually displayed on the screen rite?.
Categories:
Add Categories
When adding more than one category, separate them with commas.
Date:: Apr 06, 2009
Time:: 11:58
After googling i got some idea about this ,,means PreRender is the event that takes place just before the HTML for a given control/page is generated (to later be sent to the browser). So by setting an item.Visible = false here it will not be rendered to the HTML (however it's ViewState will). In this case it looks like the code is hiding all rows in the RadGrid when a user is editing/inserting an item I presume for less distractions for the end user.
Answer this Question
New User
Email:
Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address
Registered User
Username:
Password:
Forgot Your Password?
Enter your email address below and we will resend your login information to you.
Login Information Sent
Questions
ASP.NET radgrid pre render event
You have 100 characters to use
Rank
Expert
Points
1.
10354
2.
6493
3.
5596
4.
4848
5.
3487
6.
2840
7.
2770
8.
2303
9.
1820
10.
917
Register today to share your knowledge with the community and be recognized and rewarded for your contributions.
Register Here
"Psst, Quomon is a great site. Pass it on." Tell a Friend | Link To Us | Save to Delicious | Digg it
Language Options
English:
Español:
Sponsors
Questions and Answers Software