Jump to content

Search the Community

Showing results for tags 'dblistgrid'.

  • 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 5 results

  1. Please advise how to "Mobile DBListGrid scroll selected row into view via code" - thanks.
  2. with (ListGrid as IUniJSInterface) do begin JSConfig('grouped', [True]); JSConfig('grouper', [JSObject(['groupFn', JSFunction('record', 'return record.get("0")')])], THUnimBasicDBGrid(ListGrid).DataStore); JSConfigObject('groupHeader', ['style', JSObject(['font-size', 16, 'color', '#000000', 'backgroundColor', '#709FD4'])]); end; Please advise why Record Field '0' does not display in Group Header ? Solved, had to add field name manually
  3. Can someone please show me how to add a listener to DBListGrid in order to catch user Row Tap (select) - thanks in advance
  4. I have wrestled with the Mobile DBListGrid formatting for some time, here are my findings:- .x-mgrid-header-col MAXIMUM WIDTH is not in the css and must be hard coded, problem is, one size does not fit all By adding width: 225px !important; (MAXIMUM WIDTH) to the css, this then effects all grids within the project, one size does not fit all. I have managed to use a Custom css class for the Mobile DBListGrid Data Rows but have not worked out how I can have a Custom css for the Header Columns and Rows. Farshad, would you please advise how I can do this to individual Mobile DBListGrid's - Thank You.
  5. I have a unimDBListGrid (align client [panel]) that paints the slider in the wrong position (1cm up from the panel bottom). Please advise how to resolve - thanks.
×
×
  • Create New...