upgrade to DevExpress 17.1 library

This commit is contained in:
hbeham
2017-06-08 23:27:34 +02:00
parent 6cf02f4f90
commit c576b94de8
18 changed files with 382 additions and 380 deletions

View File

@@ -2895,6 +2895,8 @@ namespace ChanSort.Ui
private void gview_ShownEditor(object sender, EventArgs e)
{
var view = (GridView) sender;
if (view.FocusedRowHandle < 0)
return;
var edit = view.ActiveEditor as TextEdit;
if (edit == null) return;
edit.Properties.MaxLength = view.FocusedColumn.FieldName == "Name" ? this.CurrentChannelList.MaxChannelNameLength : 0;