jQWidgets Forums
Forum Replies Created
-
Author
-
June 19, 2019 at 9:43 am in reply to: Auto rowheight – expanding height according to content Auto rowheight – expanding height according to content #105725
Hi Peter,
I am using jqxgrid with autoheight and auto rowheight but i am facing 2 issues while data is loading.
issue 1:- While binding a row to the grid all the rows height was increasing from 32 to 48 px.
issue 2:- this auto row height was working only for two lines of date if the third line is coming to grid in same row the height of the row was not adjusting.<jqxGrid [width]="670" [height]="300" #aliasGrid id="aliasWindow" [source]="aliasGridSource" [theme]="'efi'" [columns]="tempcolumns" [keyboardnavigation]="false" [rowsheight]="24" [sortable]="false" [showheader]="false" [altrows]="true" [columnsheight]="24" [autorowheight]="true" [autoheight]="true" [selectionmode]="'singlerow'" </jqxGrid>
September 26, 2018 at 1:55 pm in reply to: Popover title translation is breaking close event. Popover title translation is breaking close event. #102132Hi Hristo
can you provide a work item for the above case. it will be helpful
Thanks,
Hanusaikrishna MarniFebruary 14, 2018 at 12:02 pm in reply to: Angular2 component is not loading inside jqxLayout Angular2 component is not loading inside jqxLayout #98707Hi Stanislav,
Thanks for your response!!
My requirement is to load a component in jqxLayout.
I kept All controls in a child component. I need to instantiate the component not controls.
How I can refer a child component in Layout??
I don’t find any reference regarding this requirement. Please provide some example,it will be useful.Thanks,
Hanusaikrishna MFebruary 14, 2018 at 9:24 am in reply to: Angular2 component is not loading inside jqxLayout Angular2 component is not loading inside jqxLayout #98704Hi Stanislav,
Thanks for the reply !! This example is useful for me.
My limitations are , I have one child component <app-color-list></app-color-list> Which contains some jqx controls like jqxGrid, jqxInput…etc.
Instead of creating controls inside layout , I am trying to load the <app-color-list> component in layout container.The <app-color-list> component having working functionalities like dynamic loading of jqxdropdown etc.. While loading in layout the controls not displaying. I am not sure whether the functionalities will work or not.
Please clarify this.
Thanks,
HanusaiKrishna MFebruary 12, 2018 at 5:57 am in reply to: Angular2 component is not loading inside jqxLayout Angular2 component is not loading inside jqxLayout #98662Hi i too have similar type of issue any suggestions will be useful….
Thanks!!!!
-
AuthorPosts