Search the Community
Showing results for tags 'DBListGrid'.
-
Please advise how to "Mobile DBListGrid scroll selected row into view via code" - thanks.
-
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
-
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.
-
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.