View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005605 | JEDI VCL | 00 JVCL Components | public | 2011-06-22 22:31 | 2012-02-23 11:58 |
Reporter | stevegr | Assigned To | obones | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | suspended | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | ||||
Summary | 0005605: Updates: TJvDBGrid, JvDBUltimGrid, JvDB | ||||
Description | ----------------- Add unit JvDB.pas ----------------- - New TJvDBDataSet class. - GotoBookmark method can now use parameter for full control of Resync behavior. --------- TJvDBGrid --------- Features added: - Resize column using double-click. - When resize do not trigger title double-click event. - CancelOnMouse property: Cancel current record when using mouse wheel or on column resizing using double-click. - Move private ShowSelectColumnClick in the protected section. Known bugs: - If field data is very large to display, column width must be decreased on start up. (MaxColumnWidth cannot be used here). ------------- JvDBUltimGrid ------------- Features added: - SortWith property (swClient): Add the ability to sort TClientDataSets. - RestoreOnSort property: Current record position is restored after sorting. - SortExcludedFields property: User can exclude columns from sorting. - ClearSortedFields method: Reset any sorting is done so far. - Fix the ADO 10 KB key limitation on sorting. - AutoSort property can now enable/disable sorting. (was not used in JvDBUltimGrid) Known bugs: - DoubleClick on title MUST NOT sort column. ( Mantis 5602 ) | ||||
Tags | No tags attached. | ||||
2011-06-22 22:31
|
JEDI-Contribute.zip (43,258 bytes) |
|
The JvDBGrid.pas part is committed in svn revision 13085. The JvDB.TJvDataSet is transformed to JvDBUtils.GotoBookmarkEx. |
|
Better replace lines 4387 - 4390 -> if Columns[FResizeColumnIndex].Width > DefaultColWidth then -> Result := DefaultColWidth -> else -> Result := Columns[FResizeColumnIndex].Width; with line -> Result := DefaultColWidth; Regards, Stephen |
|
What's the status here? |
|
The JvDBUltimGrid changes weren't applied as this was the second Mantis issue with the changes for JvDBUtils and JvDBGrid. The first didn't have the JvDBUtilmGrid changes. |
|
So maybe we can resolve this issue? |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-06-22 22:31 | stevegr | New Issue | |
2011-06-22 22:31 | stevegr | File Added: JEDI-Contribute.zip | |
2011-07-10 12:03 | AHUser | Note Added: 0018816 | |
2011-07-10 12:04 | AHUser | Note Edited: 0018816 | |
2011-07-14 20:16 | stevegr | Note Added: 0018824 | |
2011-09-21 11:51 | obones | Note Added: 0018932 | |
2011-09-21 11:51 | obones | Status | new => feedback |
2011-09-21 17:33 | AHUser | Note Added: 0018968 | |
2011-09-22 11:34 | obones | Note Added: 0018972 | |
2012-02-23 11:58 | obones | Status | feedback => resolved |
2012-02-23 11:58 | obones | Resolution | open => suspended |
2012-02-23 11:58 | obones | Assigned To | => obones |