Row-header checkbox causes height issue

Posted by: predhin.sapru on 24 October 2017, 12:45 am EST

    • Post Options:
    • Link

    Posted 24 October 2017, 12:45 am EST

    I have a row header check box and details panel in my application. After the checkbox implementation when details panel is opened all the wj-cell class div’s takes the height of details panel. How to make sure that height shouldn’t be impacted?

    Below is the code snippet which i am using,

    <wj-flex-grid>
    
    	<wj-flex-grid-cell-template cell-type="RowHeader" >
    			<span><input type="checkbox" data-ng-model="$item.active" data-ng-change="test()"/></span>
    		</wj-flex-grid-cell-template> 
    
    <wj-flex-grid-column> ....</wj-flex-grid-column>
    <wj-flex-grid-detail 	
    		    detail-visibility-mode="Code">
    			<div class="table-cell width-full">
    				<dep-actionpanel-detail
    				    data-info="$ctrl.gridvo.actionPanel.info"
    					data-item="$item">
    				</dep-actionpanel-detail>
    			<!--dep-actionpanel-detail is a custom component -->
    			</div>
    		</wj-flex-grid-detail>
    <wj-flex-grid>
    
    
    
  • Posted 24 October 2017, 7:53 pm EST

    Hi,

    Thank you for reporting the issue.

    We are able to replicate the issue at our end and it seems a bug. Hence, this issue has been forwarded to the concerned team for further investigation with internal id #293398.

    We will let you know as soon as we get any update on this.

    ~Manish

  • Posted 29 October 2017, 10:55 pm EST

    Hi Manish,

    Can you please let me know the estimated time to resolve this ?

    Thanks.

  • Posted 30 October 2017, 3:27 pm EST

    Hi Predhin,

    We are sorry, this issue is with the team for investigation, we are unable to provide any ETA for this issue.

    ~Manish

  • Posted 9 January 2018, 9:10 pm EST

    Hi Manish,

    Can you please update the status of this issue asap. Its been 2 months since we posted this issue. Can you please provide the solution asap. Thanks!!!

  • Posted 9 January 2018, 11:40 pm EST

    Hi,

    This issue is with the team , we have requested for an update again with priority.

    ~Manish

  • Posted 20 January 2018, 1:29 am EST

    Hi Predhin,

    We are sorry for the inconvenience.

    This issue is because WjFlexGridCellTemplate. The fix for this issue will be released in next release build.

    However, we have workaround for this. For this, you need to set row height to default once the detail row is opened.

    Please refer to the fiddle for the same:

    http://jsfiddle.net/mkgupta911/f07xegc1/129/

    ~Manish

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels