I've recently installed nice suite of DevExpress components, including DevExpress Inspector one. Everything works good except some problems with pickeditrow component.
It seems that this componet was developed for visual effects only without any data storage/verification, etc
1)There's no ItemIndex property and there's no way to access inplace editor so I can't retrieve index of selected entry. That wouldn't be a problem but for the second issue.
2)The OnChange and OnValidate events doesn't allow to obtain current row value, inputed by user. Because Text,EditedText and DisplayText properties return the previous value, not current.
That throws me into confusion because components are perfectly designed and I'd like to try it further . Maybe somebody has come across similar problems ?
It seems that this componet was developed for visual effects only without any data storage/verification, etc
1)There's no ItemIndex property and there's no way to access inplace editor so I can't retrieve index of selected entry. That wouldn't be a problem but for the second issue.
2)The OnChange and OnValidate events doesn't allow to obtain current row value, inputed by user. Because Text,EditedText and DisplayText properties return the previous value, not current.
That throws me into confusion because components are perfectly designed and I'd like to try it further . Maybe somebody has come across similar problems ?