Jump to content

Servant5166

uniGUI Subscriber
  • Posts

    38
  • Joined

  • Last visited

Everything posted by Servant5166

  1. Hi, I would like to use row selection using the UniDBTreeGrid component. I see an option for it, but I can't set it to True. I've attached an example a sample for reference. Also, can you show me how to change row selection color based on a condition? Thanks.
  2. Hi, I've attached a screenshot to demonstrate the issue. At the lower right of the graphic, you'll see the DBTreeGrid scrollbar which is at the bottom. The record at the top of the DBTreeGrid is highlighted because I see the contract number in the status bar. Thanks for your help.
  3. Hi, One more question. Is there a way to move the record pointer to the first record? When I apply the code you supplied me, it orders the data as expected, but the record pointer is at the bottom of the grid. That means the user will have to manually scroll to the top to see the first record.
  4. Thanks, you’re the bomb dot com Sent from my iPad using Tapatalk
  5. Hi, I can't find the function Ext.data.Treestore you mention. I using Delphi 10.2
  6. Hi, How do I refresh the current record without closing and opening the dataset? For example, I have records displayed in a DBTreeGrid and the user double-clicks the record and edits the record in a form. When the form closes, I want the record selected to refresh the changes done on the form. Using UniGui 1.0.0.1420
  7. No, What I would like is to have the ID column to sort in descending order. My customer wants to see the last contract created first in the TreeGrid.
  8. Hi, How can I sort the TreeGrid in descending order? I need to show Contract Numbers like (C2017220, C2017210, C2017190) with the latest contract first. The data use ID and ParentID relationship, for example, ParentID (0220) ID (0221, 0222) Using UniGui 1.0.0.1420
  9. Hi, How can I sort the TreeGrid in descending order? I need to show contracts in date order with the latest contract first. Using UniGui 1.0.0.1420
×
×
  • Create New...