Jump to content

Search the Community

Showing results for tags 'uniDBTreeGrid'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 9 results

  1. Boris

    uniDBTreeGrid

    Hi, How can I make it so that when I click in the Bahamas tree I get the text "Bahamas" and when I click on Belize I get the text "Belize" and when I click on FreePort I get the text "FreePort" and so on... Thanks
  2. Hello! I want don't display values of root field. In my UniDBTreeGrid first column - is root and expanded and I want replace (if is it possible used JS) integers values to string. For example: 0 - replace to "М". See picture: Please, help.
  3. UniDBTreeGrid de sağ tık ile menü açmak istiyorum. gridin kendi özelliği yok . aşağıdaki kod ile açabiliyorum ama menü mousun alt tarafında açılıyor. procedure TMainForm.UniDBTreeGrid1MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); var pt : tPoint; begin pt := Mouse.CursorPos; if Button = mbRight then UniPopupMenu2.Popup(pt.X,pt.Y,UniDBTreeGrid1) end;
  4. как отобразить свои иконки в узлах uniDBTreeGrid??? пробовал через onFieldImage, событие заменяет текст в узле на картинку
  5. How to hide column header menu of a UniDBTreeGrid? Thanks/
  6. How can I can to paint an entire line in UniDBTreeGrid? I have the following records: Columns: Type | Name Record 1: +Manager | A Record 2: +Group | B Record 3: operator | C Record 4: operator | D Record 5: operator | E Record 6: +Manager | F Record 7: +Group | G Record 8: operator | H Record 9: operator | I Record 10: operator | J I would like to paint like this: Columns: Type | Name Record 1: +Manager | A - (red) Record 2: +Group | B - (blue) Record 3: operator | C Record 4: operator | D Record 5: operator | E Record 6: +Manager | F - (red) Record 7: +Group | G - (blue) Record 8: operator | H Record 9: operator | I Record 10: operator | J Someone can help me?
  7. Hi, Can anyone tell me how to; 1. Expand all and collapse all nodes in a unidbtreegrid 2. Change selected background color and stop TrackOver 3. Change the default folder icons when showicons is true Thanks Mark
  8. Подскажите, как отключить сортировку отображаемых данных.
×
×
  • Create New...