logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Support
#1 Posted : Tuesday, October 21, 2008 1:59:56 PM(UTC)
Support

Rank: Administration

Groups: Member
Joined: 4/3/2008(UTC)
Posts: 43

This release includes the following:
- Added a new event OnCheckedChanged that lets the developer add code when the GridViewTree's CheckBox is changed. Here is a sample:

protected void GridViewTree1_OnCheckedChanged(object sender, GridViewRowEventArgs e)
{
int rowIndex = e.Row.RowIndex;
string fullPath = this.GridViewTree1.TreeTable.Rows[rowIndex][0].ToString();
// etc...
}


- Fixed a bug in .ClearData() that wouldn't allow the GridViewTree to rebind the data under certain circumstances.

Edited by user Tuesday, October 21, 2008 2:02:02 PM(UTC)  | Reason: Not specified

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF 1.9.6.1 | YAF © 2003-2024, Yet Another Forum.NET
This page was generated in 0.042 seconds.