提交历史

作者 SHA1 备注 提交日期
  Kenric Nugteren 2d6f12b718 Commented out DataGridItems.AcceptChanges(), which was causing filter refresh bugs. See PRS Digital Task #784. 1 年之前
  Kenric Nugteren 3c569e8410 Fixed DoChanged being called on all dynamic grid drops even if the drop did nothing. 1 年之前
  Kenric Nugteren affbe67a45 Merge remote-tracking branch 'origin/frank' into kenric 1 年之前
  Kenric Nugteren be0372d76d Extracted DynamicGrid drag-drop into DynamicGridUtils 1 年之前
  frogsoftware a4b6dc7a15 Fixed bug in when DataGrid.View is null 1 年之前
  Kenric Nugteren c9093b1bc7 Improvements to DirectEdit row handling 1 年之前
  Kenric Nugteren 73e767ff8e Fix to setting selected rows of datagrid when ordering by a column. 1 年之前
  Kenric Nugteren 8f44a9fdb2 Using SelectionChanged now instead of KeyUp and Clicked 1 年之前
  frogsoftware cfb8075a70 Added BitmapImage.IsEqual() function 1 年之前
  Kenric Nugteren 72e3f29007 Changed HiddenColumns to be a list of strings 1 年之前
  Kenric Nugteren 539e8ed5de Merge remote-tracking branch 'origin/frank' into kenric; Also added Generate Columns back in 1 年之前
  Kenric Nugteren 2a105f8532 Fixed double on changed getting called in dynamic grid adding items 1 年之前
  Kenric Nugteren 4ace7f6461 Extracted custom columns functionality into a component, and also DirectEdit columns are now different. 1 年之前
  Kenric Nugteren 4f6accf319 DataGrid header tooltips work 1 年之前
  Kenric Nugteren 9ed8af1936 DynamicGrid refresh error uses MessageWindow 1 年之前
  Kenric Nugteren 0cd29f8e14 Digital form and menu column changes 1 年之前
  Kenric Nugteren f16018d044 Added Drag-Drop functionality from emails and files, extracting that functionality from PRS DataEntry screen. 1 年之前
  frogsoftware e563dff11e Implement DynamicTemplateColumn for custom/complex columns in data grids 1 年之前
  Kenric Nugteren 1aaba9d7a1 Extracted filtering functionality into DynamicGridFilterButtonComponent, meaning it's based on composition, not inheritance, which is better. 1 年之前
  Kenric Nugteren 66590d99ff Caused action columns to only get called on left mous button pressed. 1 年之前
  Kenric Nugteren 349a333e75 Fixed options loading on grids without any options set. 1 年之前
  Kenric Nugteren eade9aae17 Added a way to add custom drag drops for dynamic grid and also a DragDropOver event. 1 年之前
  Kenric Nugteren 3ebbde27bc Removed unnecessary logging 1 年之前
  frogsoftware 24381b98e6 Tweaked Dyanmic Editor DefineLookups to allow synchronous as well as asynchronous refreshes 1 年之前
  Kenric Nugteren ce33a03925 Fixed DBNull issues 1 年之前
  Kenric Nugteren 037b52c9cd Fixed UpdateCell for direct edit when doing linked properties 1 年之前
  Kenric Nugteren 7b0523bf36 Fix null exception issues with columns 1 年之前
  Kenric Nugteren fb17825305 Improvements to Drag & Drop and the NumberEdit 1 年之前
  Kenric Nugteren f2defb2813 Fixed syncing between DynamicGrid.Data and MasterData, so that switching between DirectEdit and normal mode retains the data. 1 年之前
  frogsoftware ebc6403b75 Corrected Issues with Date values in grids 1 年之前