개정판 aa61da3e
issue #0000 checked value change event
Change-Id: I00511903d5b4c895b8fd169707d45ca4e00a60ef
ID2.Manager/ID2.Manager/Main.cs | ||
---|---|---|
176 | 176 |
{ |
177 | 177 |
if(sender is GridViewCellInfo) |
178 | 178 |
{ |
179 |
if (this.radGridViewDocuments.SelectedRows.Count() > 1)
|
|
179 |
if ((sender as GridViewCellInfo).ColumnInfo is GridViewCheckBoxColumn)
|
|
180 | 180 |
{ |
181 |
if ((sender as GridViewCellInfo).ColumnInfo is GridViewCheckBoxColumn)
|
|
181 |
if (this.radGridViewDocuments.SelectedRows.Count() > 1)
|
|
182 | 182 |
{ |
183 | 183 |
if(!this.radGridViewDocuments.SelectedRows.Contains((sender as GridViewCellInfo).RowInfo)) |
184 | 184 |
{ |
내보내기 Unified diff